CheckBox.CheckBoxAccessibleObject.State Özellik

Tanım

Denetimin CheckBox durumunu alır.

Bu API, ürün altyapısını destekler ve doğrudan kodunuzdan kullanıma yönelik değildir.

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

Özellik Değeri

AccessibleStates

Değerlerden AccessibleStates biri. CheckState özelliği olarak ayarlanırsaChecked, bu özellik döndürürChecked. olarak ayarlanırsa CheckState Indeterminate, bu özellik döndürür Indeterminate.

Şunlara uygulanır