QuickOPC User's Guide and Reference
CreateBrowseControlSupport Method



OpcLabs.BaseLibForms Assembly > OpcLabs.BaseLib.Forms.Browsing.Generalized Namespace > BrowseControl Class : CreateBrowseControlSupport Method
Infrastructure. Creates an internal browse control support object.
Syntax
'Declaration
 
<NotNullAttribute()>
Protected Overridable Function CreateBrowseControlSupport() As BrowseControlSupport
'Usage
 
Dim instance As BrowseControl
Dim value As BrowseControlSupport
 
value = instance.CreateBrowseControlSupport()
[NotNull()]
protected virtual BrowseControlSupport CreateBrowseControlSupport()
[NotNull()]
protected:
virtual BrowseControlSupport^ CreateBrowseControlSupport(); 
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