DekGenius.com
[ Team LiB ] Previous Section Next Section

ToolBarAppearanceserializable

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

    [ Team LiB ] Previous Section Next Section