Share via


DataGridViewCheckBoxHeaderColumn Class

Represents the type that contains a check box in the header cell. The header cell in the property provides an event when the check box is clicked.

Inheritance Hierarchy

System.Object
  System.Windows.Forms.DataGridViewElement
    System.Windows.Forms.DataGridViewBand
      System.Windows.Forms.DataGridViewColumn
        System.Windows.Forms.DataGridViewCheckBoxColumn
          Microsoft.SqlServer.Management.Controls.DataGridViewCheckBoxHeaderColumn

Namespace:  Microsoft.SqlServer.Management.Controls
Assembly:  Microsoft.SqlServer.Management.Controls (in Microsoft.SqlServer.Management.Controls.dll)

Syntax

'Declaration
Public Class DataGridViewCheckBoxHeaderColumn _
    Inherits DataGridViewCheckBoxColumn
'Usage
Dim instance As DataGridViewCheckBoxHeaderColumn
public class DataGridViewCheckBoxHeaderColumn : DataGridViewCheckBoxColumn
public ref class DataGridViewCheckBoxHeaderColumn : public DataGridViewCheckBoxColumn
type DataGridViewCheckBoxHeaderColumn =  
    class
        inherit DataGridViewCheckBoxColumn
    end
public class DataGridViewCheckBoxHeaderColumn extends DataGridViewCheckBoxColumn

The DataGridViewCheckBoxHeaderColumn type exposes the following members.

Constructors

  Name Description
Public method DataGridViewCheckBoxHeaderColumn Initializes a new instance of the DataGridViewCheckBoxHeaderColumn class.

Top

Properties

  Name Description
Public property AutoSizeMode (Inherited from DataGridViewColumn.)
Public property CellTemplate (Inherited from DataGridViewCheckBoxColumn.)
Public property CellType (Inherited from DataGridViewColumn.)
Public property CheckBoxCellsVisible Gets or sets a value that indicates whether the cell is in a column that has been visible.
Public property CheckBoxHeaderCell Gets the header cell of the row.
Public property ContextMenuStrip (Inherited from DataGridViewColumn.)
Public property DataGridView (Inherited from DataGridViewElement.)
Public property DataPropertyName (Inherited from DataGridViewColumn.)
Public property DefaultCellStyle (Inherited from DataGridViewCheckBoxColumn.)
Public property DefaultHeaderCellType (Inherited from DataGridViewBand.)
Public property Displayed (Inherited from DataGridViewBand.)
Public property DisplayIndex (Inherited from DataGridViewColumn.)
Public property DividerWidth (Inherited from DataGridViewColumn.)
Public property FalseValue (Inherited from DataGridViewCheckBoxColumn.)
Public property FillWeight (Inherited from DataGridViewColumn.)
Public property FlatStyle (Inherited from DataGridViewCheckBoxColumn.)
Public property Frozen (Inherited from DataGridViewColumn.)
Public property HasDefaultCellStyle (Inherited from DataGridViewBand.)
Public property HeaderCell (Inherited from DataGridViewColumn.)
Protected property HeaderCellCore (Inherited from DataGridViewBand.)
Public property HeaderText (Inherited from DataGridViewColumn.)
Public property IndeterminateValue (Inherited from DataGridViewCheckBoxColumn.)
Public property Index (Inherited from DataGridViewBand.)
Public property InheritedAutoSizeMode (Inherited from DataGridViewColumn.)
Public property InheritedStyle (Inherited from DataGridViewColumn.)
Public property IsDataBound (Inherited from DataGridViewColumn.)
Protected property IsRow (Inherited from DataGridViewBand.)
Public property MinimumWidth (Inherited from DataGridViewColumn.)
Public property Name (Inherited from DataGridViewColumn.)
Public property ReadOnly (Inherited from DataGridViewColumn.)
Public property Resizable (Inherited from DataGridViewColumn.)
Public property Selected (Inherited from DataGridViewBand.)
Public property Site (Inherited from DataGridViewColumn.)
Public property SortMode (Inherited from DataGridViewColumn.)
Public property State (Inherited from DataGridViewElement.)
Public property Tag (Inherited from DataGridViewBand.)
Public property ThreeState (Inherited from DataGridViewCheckBoxColumn.)
Public property ToolTipText (Inherited from DataGridViewColumn.)
Public property TrueValue (Inherited from DataGridViewCheckBoxColumn.)
Public property ValueType (Inherited from DataGridViewColumn.)
Public property Visible (Inherited from DataGridViewColumn.)
Public property Width (Inherited from DataGridViewColumn.)

Top

Methods

  Name Description
Public method Clone (Inherited from DataGridViewColumn.)
Public method Dispose() (Inherited from DataGridViewBand.)
Protected method Dispose(Boolean) (Inherited from DataGridViewColumn.)
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from DataGridViewBand.)
Public method GetHashCode (Inherited from Object.)
Public method GetPreferredWidth (Inherited from DataGridViewColumn.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Protected method OnDataGridViewChanged (Inherited from DataGridViewBand.)
Protected method RaiseCellClick (Inherited from DataGridViewElement.)
Protected method RaiseCellContentClick (Inherited from DataGridViewElement.)
Protected method RaiseCellContentDoubleClick (Inherited from DataGridViewElement.)
Protected method RaiseCellValueChanged (Inherited from DataGridViewElement.)
Protected method RaiseDataError (Inherited from DataGridViewElement.)
Protected method RaiseMouseWheel (Inherited from DataGridViewElement.)
Public method ToString (Inherited from DataGridViewCheckBoxColumn.)

Top

Events

  Name Description
Public event Disposed (Inherited from DataGridViewColumn.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.