CheckBox.CheckBoxAccessibleObject.State Propiedad

Definición

Obtiene el estado del control CheckBox.

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 valores de AccessibleStates. Si la propiedad CheckState se establece en Checked, esta propiedad devolverá Checked. Si CheckState se establece en Indeterminate, esta propiedad devolverá Indeterminate.

Se aplica a