Base:
property
State
System.Windows.Forms.AccessibleObject.State
1 override of State
System.Windows.Forms (1)
System\Windows\Forms\Controls\Buttons\CheckBox.CheckBoxAccessibleObject.cs (1)
23
public override AccessibleStates
State
=> !this.TryGetOwnerAs(out CheckBox? owner)
4 references to State
System.Windows.Forms (4)
System\Windows\Forms\Controls\Buttons\CheckBox.CheckBoxAccessibleObject.cs (4)
24
? base.
State
27
CheckState.Checked => AccessibleStates.Checked | base.
State
,
28
CheckState.Indeterminate => AccessibleStates.Indeterminate | base.
State
,
29
_ => base.
State