Base:
property
State
System.Windows.Forms.AccessibleObject.State
2 overrides of State
System.Windows.Forms (2)
winforms\Managed\System\WinForms\CheckBox.cs (1)
763
public override AccessibleStates
State
{
winforms\Managed\System\WinForms\RadioButton.cs (1)
684
public override AccessibleStates
State
{
5 references to State
System.Windows.Forms (5)
winforms\Managed\System\WinForms\CheckBox.cs (3)
767
return AccessibleStates.Checked | base.
State
;
769
return AccessibleStates.Indeterminate | base.
State
;
772
return base.
State
;
winforms\Managed\System\WinForms\RadioButton.cs (2)
687
return AccessibleStates.Checked | base.
State
;
689
return base.
State
;