ToolStripButton.CheckState Özellik

Tanım

öğesinin ToolStripButton varsayılan olarak basılan veya basılmayan durumda olup olmadığını ya da belirsiz bir durumda olup olmadığını 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 biri CheckState değildir.

Açıklamalar

CheckState Indeterminate varsayılan durumu ayarlamak istemediğinizde olarak ayarlayın.

Şunlara uygulanır