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



OpcLabs.BaseLibForms Assembly > OpcLabs.BaseLib.Forms.Browsing.Generalized Namespace > BrowseControl Class : Kind Property
Determines whether the browse control contains a tree view, a list view, or both.
Syntax
'Declaration
 
<DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
Public Property Kind As BrowseControlKinds
'Usage
 
Dim instance As BrowseControl
Dim value As BrowseControlKinds
 
instance.Kind = value
 
value = instance.Kind
[DefaultValue(Mono.Cecil.CustomAttributeArgument)]
public BrowseControlKinds Kind {get; set;}
[DefaultValue(Mono.Cecil.CustomAttributeArgument)]
public:
property BrowseControlKinds Kind {
   BrowseControlKinds get();
   void set (    BrowseControlKinds 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