BCGControlBar Library for .NET
IsInitialized Property




Specifies if the smart docking markers were created and images were loaded.
Syntax
'Declaration
 
Public ReadOnly Property IsInitialized As Boolean
'Usage
 
Dim instance As SDManager
Dim value As Boolean
 
value = instance.IsInitialized
public bool IsInitialized {get;}
public: __property bool get_IsInitialized();
public:
property bool IsInitialized {
   bool get();
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

SDManager Class
SDManager Members

Send Feedback