Win32ToolBarAppearance Property |
Gets or set the value that determines the appearance of a toolbar control and its buttons.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax public ToolBarAppearance Appearance { get; set; }
Public Property Appearance As ToolBarAppearance
Get
Set
public:
property ToolBarAppearance Appearance {
ToolBarAppearance get ();
void set (ToolBarAppearance value);
}
member Appearance : ToolBarAppearance with get, set
Return Value
Type:
ToolBarAppearanceOne of the
ToolBarAppearance values. The default is
ToolBarAppearance.Normal.
Exceptions See Also