QuickOPC User's Guide and Reference
BrowseControlSupport Property



OpcLabs.BaseLibForms Assembly > OpcLabs.BaseLib.Forms.Browsing.Generalized Namespace > BrowseControl Class : BrowseControlSupport Property
Infrastructure. An internal browse control support object, with behavior changed tailored to the browse control.
Syntax
'Declaration
 
<NotNullAttribute()>
Protected Property BrowseControlSupport As BrowseControlSupport
'Usage
 
Dim instance As BrowseControl
Dim value As BrowseControlSupport
 
instance.BrowseControlSupport = value
 
value = instance.BrowseControlSupport
[NotNull()]
protected BrowseControlSupport BrowseControlSupport {get; set;}
[NotNull()]
protected:
property BrowseControlSupport^ BrowseControlSupport {
   BrowseControlSupport^ get();
   void set (    BrowseControlSupport^ value);
}
Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also