QuickOPC User's Guide and Reference
BrowseSupport Property (BrowseControl)



View with Navigation Tools
OpcLabs.BaseLibForms Assembly > OpcLabs.BaseLib.Forms.Browsing.Generalized Namespace > BrowseControl Class : BrowseSupport Property
The browse support interface that defines browsing characteristics for this control.
Syntax
'Declaration
 
<NotNullAttribute()>
Protected Property BrowseSupport As IBrowseSupport
 
'Usage
 
Dim instance As BrowseControl
Dim value As IBrowseSupport
 
instance.BrowseSupport = value
 
value = instance.BrowseSupport
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