RadioButton.RadioButtonAccessibleObject.State 属性

定义

获取 RadioButton 控件的状态。

此 API 支持产品基础结构,不能在代码中直接使用。

public:
 virtual property System::Windows::Forms::AccessibleStates State { System::Windows::Forms::AccessibleStates get(); };
public override System.Windows.Forms.AccessibleStates State { get; }
member this.State : System.Windows.Forms.AccessibleStates
Public Overrides ReadOnly Property State As AccessibleStates

属性值

如果 Checked 属性设置为 true,则返回 Checked

适用于