QuickOPC User's Guide and Reference
Initializing Property



OpcLabs.BaseLibForms Assembly > OpcLabs.BaseLib.Forms.Browsing.Generalized Namespace > BrowseControl Class : Initializing Property
Infrastructure. Indicates that the browse control is initializing.
Syntax
'Declaration
 
Protected Property Initializing As Boolean
'Usage
 
Dim instance As BrowseControl
Dim value As Boolean
 
instance.Initializing = value
 
value = instance.Initializing
protected bool Initializing {get; set;}
protected:
property bool Initializing {
   bool get();
   void set (    bool 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