OPC Studio User's Guide and Reference
ExpandLevels Property



OpcLabs.BaseLibForms Assembly > OpcLabs.BaseLib.Forms.Browsing.Generalized Namespace > BrowseControl Class : ExpandLevels Property
Number of levels to expand initially.
Syntax
'Declaration
 
<DefaultValueAttribute(0)>
Public Property ExpandLevels As Integer
'Usage
 
Dim instance As BrowseControl
Dim value As Integer
 
instance.ExpandLevels = value
 
value = instance.ExpandLevels
[DefaultValue(0)]
public int ExpandLevels {get; set;}
[DefaultValue(0)]
public:
property int ExpandLevels {
   int get();
   void set (    int 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