Share via


DataGridViewCheckBoxHeaderCell.RenderCheckBoxInHeaderCell Property

Gets or sets a value indicating whether a check box in the header cell is rendered.

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

Syntax

'Declaration
Public Property RenderCheckBoxInHeaderCell As Boolean
    Get
    Set
'Usage
Dim instance As DataGridViewCheckBoxHeaderCell
Dim value As Boolean

value = instance.RenderCheckBoxInHeaderCell

instance.RenderCheckBoxInHeaderCell = value
public bool RenderCheckBoxInHeaderCell { get; set; }
public:
property bool RenderCheckBoxInHeaderCell {
    bool get ();
    void set (bool value);
}
member RenderCheckBoxInHeaderCell : bool with get, set
function get RenderCheckBoxInHeaderCell () : boolean
function set RenderCheckBoxInHeaderCell (value : boolean)

Property Value

Type: System.Boolean
True if checkbox is rendered in header cell; otherwise, false.