BCGControlBar Library for .NET
ExclusiveRow Property (CommandBar)




Should be used in StandAlone mode only.
Tells the command bar to take the full dock row (other command bars can't be docked at the same row).
Syntax
'Declaration
 
Public Overridable Property ExclusiveRow As Boolean
'Usage
 
Dim instance As CommandBar
Dim value As Boolean
 
instance.ExclusiveRow = value
 
value = instance.ExclusiveRow
public virtual bool ExclusiveRow {get; set;}
public: __property virtual bool get_ExclusiveRow();
public: __property virtual void set_ExclusiveRow( 
   bool value
);
public:
virtual property bool ExclusiveRow {
   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