ToolStripButton.CheckState プロパティ

定義

ToolStripButton を、既定で押された状態または押されていない状態にするか、中間状態にするかを示す値を取得または設定します。

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

プロパティ値

CheckState 値のいずれか 1 つ。 既定値は、Unchecked です。

例外

代入された値が、CheckState 値ではありません。

注釈

既定の CheckState 状態を Indeterminate 設定しない場合は、 を に設定します。

適用対象