ToolStripButton.CheckState Özellik

Tanım

öğesinin varsayılan olarak basılan veya basılmayan durumda olup olmadığını ToolStripButton ya da belirsiz bir durumda olduğunu belirten bir değer alır veya ayarlar.

public:
 property System::Windows::Forms::CheckState CheckState { System::Windows::Forms::CheckState get(); void set(System::Windows::Forms::CheckState value); };
public System.Windows.Forms.CheckState CheckState { get; set; }
member this.CheckState : System.Windows.Forms.CheckState with get, set
Public Property CheckState As CheckState

Özellik Değeri

Değerlerden CheckState biri. Varsayılan değer: Unchecked.

Özel durumlar

Atanan değer değerlerden CheckState biri değil.

Açıklamalar

CheckStateIndeterminate Varsayılan durumu ayarlamak istemediğinizde olarak ayarlayın.

Şunlara uygulanır