CheckBox.CheckBoxAccessibleObject.State 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
掌握控制狀態 CheckBox 。
此 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
屬性值
這是其中一項 AccessibleStates 價值。 若屬性 CheckState 設為 Checked,則該性質會返回 Checked。 若 CheckState 設為 Indeterminate,則此性質返回 Indeterminate。