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返回 。

适用于