5 references to Underneath
System.Windows.Forms (5)
winforms\Managed\System\WinForms\ToolBar.cs (5)
87
private ToolBarTextAlign textAlign = ToolBarTextAlign.
Underneath
;
385
if (TextAlign == ToolBarTextAlign.
Underneath
) {
455
case ToolBarTextAlign.
Underneath
:
923
DefaultValue(ToolBarTextAlign.
Underneath
),
933
if (!ClientUtils.IsEnumValid(value, (int)value, (int)ToolBarTextAlign.
Underneath
, (int)ToolBarTextAlign.Right)) {