CustomToolBarButtonHeight Property |
Gets or sets the height of the buttons.
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxpublic 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
Int32The height of the buttons.
See Also