BCGControlBar Library for .NET
IsStandAloneMode Property




In StandAlone mode the command bar can be placed on any other control, but can't be dragged and docked at a dock row. In StandAlone mode you can use Dock property to align the command bar at the top or bottom of its parent control.
Syntax
'Declaration
 
Public Property IsStandAloneMode As Boolean
'Usage
 
Dim instance As CommandBar
Dim value As Boolean
 
instance.IsStandAloneMode = value
 
value = instance.IsStandAloneMode
public bool IsStandAloneMode {get; set;}
public: __property bool get_IsStandAloneMode();
public: __property void set_IsStandAloneMode( 
   bool value
);
public:
property bool IsStandAloneMode {
   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

CommandBar Class
CommandBar Members

Send Feedback