DataGridViewHeaderCell.ButtonState Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the buttonlike visual state of the header cell.
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
Property Value
One of the ButtonState values; the default is Normal.
Remarks
A DataGridViewHeaderCell is like a button in that it can be clicked to set states, such as sorting or performing row-level selection. The ButtonState property uses System.Windows.Forms.ButtonState values to provide buttonlike visual states.
Applies to
See also
Dolgozzon együtt velünk a GitHubon
A tartalom forrása a GitHubon található, ahol létrehozhat és áttekinthet problémákat és lekéréses kérelmeket is. További információért tekintse meg a közreműködői útmutatónkat.