BCGControlBar Library for .NET
ExclusiveRow Property (MenuBar)




Specifies if the MenuBar is located in the exclusive row. It means that the MenuBar is located alone in the current DockRow and fills it.
Syntax
'Declaration
 
Public Overrides ReadOnly Property ExclusiveRow As Boolean
'Usage
 
Dim instance As MenuBar
Dim value As Boolean
 
value = instance.ExclusiveRow
public override bool ExclusiveRow {get;}
public: __property bool get_ExclusiveRow() override;
public:
property bool ExclusiveRow {
   bool get() override;
}
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

MenuBar Class
MenuBar Members
Base Implementation in ExclusiveRow

Send Feedback