Base:
property
ExpandCollapseState
System.Windows.Forms.AccessibleObject.ExpandCollapseState
1 override of ExpandCollapseState
System.Windows.Forms (1)
System\Windows\Forms\Controls\ToolStrips\ToolStripSplitButton.ToolStripSplitButtonUiaProvider.cs (1)
37internal override ExpandCollapseState ExpandCollapseState
4 references to ExpandCollapseState
System.Windows.Forms (4)
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDownItemAccessibleObject.cs (4)
86return _owner.DropDown.Visible ? ExpandCollapseState.ExpandCollapseState_Expanded : ExpandCollapseState.ExpandCollapseState_Collapsed; 110if (ExpandCollapseState == ExpandCollapseState.ExpandCollapseState_Collapsed)