4 references to DropDownButton
System.Windows.Forms (4)
winforms\Managed\System\WinForms\ToolBarButton.cs (4)
358
if (!ClientUtils.IsEnumValid(value, (int)value, (int)ToolBarButtonStyle.PushButton, (int)ToolBarButtonStyle.
DropDownButton
)){
499
if (style == ToolBarButtonStyle.
DropDownButton
&& this.parent.DropDownArrows) {
609
case ToolBarButtonStyle.
DropDownButton
:
749
if (style == ToolBarButtonStyle.
DropDownButton
&& parent != null && parent.DropDownArrows) {