ShellHistoryToolBarButtonSize Property |
Gets or sets the size of the buttons on the toolbar control.
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax public Size ButtonSize { get; set; }
Public Property ButtonSize As Size
Get
Set
public:
property Size ButtonSize {
Size get ();
void set (Size value);
}
member ButtonSize : Size with get, set
Property Value
Type:
SizeSee Also