CheckBox.CheckBoxAccessibleObject.State Propiedad

Definición

Obtiene el estado del CheckBox control.

Esta API admite la infraestructura de producto y no está pensada para usarse directamente en el código.

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

Valor de propiedad

Uno de los AccessibleStates valores. Si la CheckState propiedad está establecida Checkeden , esta propiedad devuelve Checked. Si CheckState se establece en Indeterminate, esta propiedad devuelve Indeterminate.

Se aplica a