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)
23public 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 27CheckState.Checked => AccessibleStates.Checked | base.State, 28CheckState.Indeterminate => AccessibleStates.Indeterminate | base.State, 29_ => base.State