Gets and sets the width of the toolbar.
'Declaration
Public Property ToolbarWidth As Integer
'Usage
Dim instance As ToolbarDefaults
Dim value As Integer
instance.ToolbarWidth = value
value = instance.ToolbarWidth
public int ToolbarWidth {get; set;}
public: __property int get_ToolbarWidth();
public: __property void set_ToolbarWidth(
int value
);
public:
property int ToolbarWidth {
int get();
void set ( int value);
}
Property Value
An integer which represents the width of the toolbar measured in tools.