DataGridViewHeaderCell.ButtonState 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得標題儲存格的類似於按鈕之視覺化狀態。
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 值,預設值為 Normal。
備註
DataGridViewHeaderCell就像按鈕一樣,可以按一下按鈕來設定狀態,例如排序或執行資料列層級選取。 屬性 ButtonState 會使用 System.Windows.Forms.ButtonState 值來提供類似按鈕的視覺狀態。