BCGControlBar Library for .NET
LoadingState Property




Specifies if the LayoutController is loading the information from the file stream at current moment by the method LoadState. Called by the framework to report about the loading state by DockManager or CommandBarManager and to cancel the adjusting of layout on the dockbar row.
Syntax
'Declaration
 
Public Property LoadingState As Boolean
'Usage
 
Dim instance As LayoutController
Dim value As Boolean
 
instance.LoadingState = value
 
value = instance.LoadingState
public bool LoadingState {get; set;}
public: __property bool get_LoadingState();
public: __property void set_LoadingState( 
   bool value
);
public:
property bool LoadingState {
   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

LayoutController Class
LayoutController Members

Send Feedback