9 references to ToolBarAppearance
System.Windows.Forms (9)
winforms\Managed\System\WinForms\ToolBar.cs (9)
62
private
ToolBarAppearance
appearance =
ToolBarAppearance
.Normal;
155
DefaultValue(
ToolBarAppearance
.Normal),
159
public
ToolBarAppearance
Appearance {
166
if (!ClientUtils.IsEnumValid(value, (int)value, (int)
ToolBarAppearance
.Normal, (int)
ToolBarAppearance
.Flat)){
167
throw new InvalidEnumArgumentException("value", (int)value, typeof(
ToolBarAppearance
));
447
case
ToolBarAppearance
.Normal:
449
case
ToolBarAppearance
.Flat: