Win32ToolBarButtonWidth Property |
Gets or sets the width.
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxpublic 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
Int16The width.
See Also