Win32ToolBarButtonWidth Property |
Gets or sets the width.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax public short Width { get; set; }
Public Property Width As Short
Get
Set
public:
property short Width {
short get ();
void set (short value);
}
member Width : int16 with get, set
Property Value
Type:
Int16The width.
See Also