DataGridViewHeaderCell.ButtonState プロパティ

定義

ヘッダー セルのボタン形式のビジュアル状態を取得します。

protected:
 property System::Windows::Forms::ButtonState ButtonState { System::Windows::Forms::ButtonState get(); };
protected System.Windows.Forms.ButtonState ButtonState { get; }
member this.ButtonState : System.Windows.Forms.ButtonState
Protected ReadOnly Property ButtonState As ButtonState

プロパティ値

ButtonState 値の 1 つ。既定値は Normal です。

注釈

DataGridViewHeaderCellは、並べ替えや行レベルの選択の実行など、状態を設定するためにクリックできるという点でボタンのようなものです。 プロパティは ButtonState 、値を使用 System.Windows.Forms.ButtonState してボタンのような表示状態を提供します。

適用対象

こちらもご覧ください