BCGControlBar Library for .NET
MinWidth Property (CommandBar)




Minimal width of command bar.
Syntax
'Declaration
 
Public Property MinWidth As Integer
'Usage
 
Dim instance As CommandBar
Dim value As Integer
 
instance.MinWidth = value
 
value = instance.MinWidth
public int MinWidth {get; set;}
public: __property int get_MinWidth();
public: __property void set_MinWidth( 
   int value
);
public:
property int MinWidth {
   int get();
   void set (    int 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