System.Windows.Forms.ToolBar.Appearance Property

Gets or set the value that determines the appearance of a toolbar control and its buttons.

Syntax

[System.ComponentModel.Localizable(true)]
[System.ComponentModel.DefaultValue(System.Windows.Forms.ToolBarAppearance.Normal)]
public ToolBarAppearance Appearance { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

The ToolBar.Appearance property affects the appearance of the buttons assigned to the toolbar. When the appearance is set to ToolBarAppearance.Normal, the toolbar's buttons appear three-dimensional and raised. Set the ToolBar.Appearance property of the toolbar to ToolBarAppearance.Flat to give the toolbar's buttons a flat appearance. As the mouse pointer moves over the flat buttons, they appear raised and three-dimensional. Separators on a System.Windows.Forms.ToolBar with the ToolBar.Appearance property set to ToolBarAppearance.Flat appear as etched lines rather than spaces between the raised buttons. The flat style buttons give your application a more Web-like look.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0