CustomToolBarButtonHeight Property |
Gets or sets the height of the buttons.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax public int ButtonHeight { get; set; }
Public Property ButtonHeight As Integer
Get
Set
public:
property int ButtonHeight {
int get ();
void set (int value);
}
member ButtonHeight : int with get, set
Property Value
Type:
Int32The height of the buttons.
See Also