CheckBox.CheckBoxAccessibleObject.State Właściwość

Definicja

Pobiera stan kontrolki CheckBox .

Ten interfejs API obsługuje infrastrukturę produktu i nie jest przeznaczony do użycia bezpośrednio z poziomu kodu.

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

Wartość właściwości

Jedna z AccessibleStates wartości. Jeśli właściwość jest ustawiona CheckState na Checkedwartość , ta właściwość zwraca Checkedwartość . Jeśli CheckState ustawiono wartość Indeterminate, ta właściwość zwraca Indeterminatewartość .

Dotyczy