.NET Windows Forms in a Nutshell

ToolBarAppearance serializable

System. Windows .Forms (system. windows .forms.dll) enum

This enumeration specifies whether a ToolBar will have the Flat or Normal appearance.

public enum ToolBarAppearance { Normal = 0 , Flat = 1 }

Hierarchy

System.Object System.ValueType System.Enum(System.IComparabl, System.IFormattable , System.IConvertible) ToolBarAppearance

Returned By

ToolBar.Appearance

Passed To

ToolBar.Appearance

Категории