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 值来提供类似按钮的视觉状态。