Win32ToolBarButtonSize 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
Return Value
Type:
SizeA
Size object that represents the size of the
Win32ToolBarButton controls on the toolbar. The default size has a width of 24 pixels and a height of 22 pixels, or large enough to accommodate the
Image and text, whichever is greater.
Exceptions See Also