BCGControlBar Library for .NET
InitComplete Property (GlobalSettings)




Called by the framework to indicate  if the initialization of the CommandBarManager is complete.
Syntax
'Declaration
 
Public Shared Property InitComplete As Boolean
'Usage
 
Dim value As Boolean
 
GlobalSettings.InitComplete = value
 
value = GlobalSettings.InitComplete
public static bool InitComplete {get; set;}
public: __property static bool get_InitComplete();
public: __property static void set_InitComplete( 
   bool value
);
public:
static property bool InitComplete {
   bool get();
   void set (    bool value);
}
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

GlobalSettings Class
GlobalSettings Members

Send Feedback