DataGridViewCheckBoxHeaderColumn.CheckBoxCellsVisible Property
Gets or sets a value that indicates whether the cell is in a column that has been visible.
Namespace: Microsoft.SqlServer.Management.Controls
Assembly: Microsoft.SqlServer.Management.Controls (in Microsoft.SqlServer.Management.Controls.dll)
Syntax
'Declaration
Public Property CheckBoxCellsVisible As Boolean
Get
Set
'Usage
Dim instance As DataGridViewCheckBoxHeaderColumn
Dim value As Boolean
value = instance.CheckBoxCellsVisible
instance.CheckBoxCellsVisible = value
public bool CheckBoxCellsVisible { get; set; }
public:
property bool CheckBoxCellsVisible {
bool get ();
void set (bool value);
}
member CheckBoxCellsVisible : bool with get, set
function get CheckBoxCellsVisible () : boolean
function set CheckBoxCellsVisible (value : boolean)
Property Value
Type: System.Boolean
True if the CheckBoxCell is visible; otherwise, false.