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

適用於