Share via


DataGridViewHiddenCheckBoxCell Class

Determines whether the check box in cell can be hidden.

Inheritance Hierarchy

System.Object
  System.Windows.Forms.DataGridViewElement
    System.Windows.Forms.DataGridViewCell
      System.Windows.Forms.DataGridViewCheckBoxCell
        Microsoft.SqlServer.Management.Controls.DataGridViewHiddenCheckBoxCell

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

Syntax

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

The DataGridViewHiddenCheckBoxCell type exposes the following members.

Constructors

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

Top

Properties

  Name Description
Public property AccessibilityObject (Inherited from DataGridViewCell.)
Public property ColumnIndex (Inherited from DataGridViewCell.)
Public property ContentBounds (Inherited from DataGridViewCell.)
Public property ContextMenuStrip (Inherited from DataGridViewCell.)
Public property DataGridView (Inherited from DataGridViewElement.)
Public property DefaultNewRowValue (Inherited from DataGridViewCell.)
Public property Displayed (Inherited from DataGridViewCell.)
Public property EditedFormattedValue (Inherited from DataGridViewCell.)
Public property EditingCellFormattedValue (Inherited from DataGridViewCheckBoxCell.)
Public property EditingCellValueChanged (Inherited from DataGridViewCheckBoxCell.)
Public property EditType (Inherited from DataGridViewCheckBoxCell.)
Public property ErrorIconBounds (Inherited from DataGridViewCell.)
Public property ErrorText (Inherited from DataGridViewCell.)
Public property FalseValue (Inherited from DataGridViewCheckBoxCell.)
Public property FlatStyle (Inherited from DataGridViewCheckBoxCell.)
Public property FormattedValue (Inherited from DataGridViewCell.)
Public property FormattedValueType (Inherited from DataGridViewCheckBoxCell.)
Public property Frozen (Inherited from DataGridViewCell.)
Public property HasStyle (Inherited from DataGridViewCell.)
Public property IndeterminateValue (Inherited from DataGridViewCheckBoxCell.)
Public property InheritedState (Inherited from DataGridViewCell.)
Public property InheritedStyle (Inherited from DataGridViewCell.)
Public property IsInEditMode (Inherited from DataGridViewCell.)
Public property OwningColumn (Inherited from DataGridViewCell.)
Public property OwningRow (Inherited from DataGridViewCell.)
Public property PreferredSize (Inherited from DataGridViewCell.)
Public property ReadOnly (Inherited from DataGridViewCell.)
Public property Resizable (Inherited from DataGridViewCell.)
Public property RowIndex (Inherited from DataGridViewCell.)
Public property Selected (Inherited from DataGridViewCell.)
Public property Size (Inherited from DataGridViewCell.)
Public property State (Inherited from DataGridViewElement.)
Public property Style (Inherited from DataGridViewCell.)
Public property Tag (Inherited from DataGridViewCell.)
Public property ThreeState (Inherited from DataGridViewCheckBoxCell.)
Public property ToolTipText (Inherited from DataGridViewCell.)
Public property TrueValue (Inherited from DataGridViewCheckBoxCell.)
Public property Value (Inherited from DataGridViewCell.)
Public property ValueType (Inherited from DataGridViewCheckBoxCell.)
Public property Visible Gets or sets a value indicating whether the cell is in a row or column that has been hidden.

Top

Methods

  Name Description
Public method AdjustCellBorderStyle (Inherited from DataGridViewCell.)
Protected method BorderWidths (Inherited from DataGridViewCell.)
Protected method ClickUnsharesRow (Inherited from DataGridViewCell.)
Public method Clone Creates an exact copy of this cell. (Overrides DataGridViewCheckBoxCell.Clone().)
Protected method ContentClickUnsharesRow (Inherited from DataGridViewCheckBoxCell.)
Protected method ContentDoubleClickUnsharesRow (Inherited from DataGridViewCheckBoxCell.)
Protected method CreateAccessibilityInstance (Inherited from DataGridViewCheckBoxCell.)
Public method DetachEditingControl (Inherited from DataGridViewCell.)
Public method Dispose() (Inherited from DataGridViewCell.)
Protected method Dispose(Boolean) (Inherited from DataGridViewCell.)
Protected method DoubleClickUnsharesRow (Inherited from DataGridViewCell.)
Protected method EnterUnsharesRow (Inherited from DataGridViewCell.)
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from DataGridViewCell.)
Protected method GetClipboardContent (Inherited from DataGridViewCell.)
Public method GetContentBounds(Int32) (Inherited from DataGridViewCell.)
Protected method GetContentBounds(Graphics, DataGridViewCellStyle, Int32) (Inherited from DataGridViewCheckBoxCell.)
Public method GetEditedFormattedValue (Inherited from DataGridViewCell.)
Public method GetEditingCellFormattedValue (Inherited from DataGridViewCheckBoxCell.)
Protected method GetErrorIconBounds (Inherited from DataGridViewCheckBoxCell.)
Protected method GetErrorText (Inherited from DataGridViewCell.)
Protected method GetFormattedValue (Inherited from DataGridViewCheckBoxCell.)
Public method GetHashCode (Inherited from Object.)
Public method GetInheritedContextMenuStrip (Inherited from DataGridViewCell.)
Public method GetInheritedState (Inherited from DataGridViewCell.)
Public method GetInheritedStyle (Inherited from DataGridViewCell.)
Protected method GetPreferredSize (Inherited from DataGridViewCheckBoxCell.)
Protected method GetSize (Inherited from DataGridViewCell.)
Public method GetType (Inherited from Object.)
Protected method GetValue (Inherited from DataGridViewCell.)
Public method InitializeEditingControl (Inherited from DataGridViewCell.)
Protected method KeyDownUnsharesRow (Inherited from DataGridViewCheckBoxCell.)
Public method KeyEntersEditMode (Inherited from DataGridViewCell.)
Protected method KeyPressUnsharesRow (Inherited from DataGridViewCell.)
Protected method KeyUpUnsharesRow (Inherited from DataGridViewCheckBoxCell.)
Protected method LeaveUnsharesRow (Inherited from DataGridViewCell.)
Protected method MemberwiseClone (Inherited from Object.)
Protected method MouseClickUnsharesRow (Inherited from DataGridViewCell.)
Protected method MouseDoubleClickUnsharesRow (Inherited from DataGridViewCell.)
Protected method MouseDownUnsharesRow (Inherited from DataGridViewCheckBoxCell.)
Protected method MouseEnterUnsharesRow (Inherited from DataGridViewCheckBoxCell.)
Protected method MouseLeaveUnsharesRow (Inherited from DataGridViewCheckBoxCell.)
Protected method MouseMoveUnsharesRow (Inherited from DataGridViewCell.)
Protected method MouseUpUnsharesRow (Inherited from DataGridViewCheckBoxCell.)
Protected method OnClick (Inherited from DataGridViewCell.)
Protected method OnContentClick Raises the ContentClick event when the content of the cell are clicked. (Overrides DataGridViewCheckBoxCell.OnContentClick(DataGridViewCellEventArgs).)
Protected method OnContentDoubleClick Raises the ContentDoubleClick event when the content of the cell are double-clicked. (Overrides DataGridViewCheckBoxCell.OnContentDoubleClick(DataGridViewCellEventArgs).)
Protected method OnDataGridViewChanged (Inherited from DataGridViewCell.)
Protected method OnDoubleClick (Inherited from DataGridViewCell.)
Protected method OnEnter (Inherited from DataGridViewCell.)
Protected method OnKeyDown Raises the KeyDown event when a key is pressed while the focus is on a cell. (Overrides DataGridViewCheckBoxCell.OnKeyDown(KeyEventArgs, Int32).)
Protected method OnKeyPress (Inherited from DataGridViewCell.)
Protected method OnKeyUp Raises the KeyUp event when a character key is released while the focus is on a cell. (Overrides DataGridViewCheckBoxCell.OnKeyUp(KeyEventArgs, Int32).)
Protected method OnLeave (Inherited from DataGridViewCheckBoxCell.)
Protected method OnMouseClick (Inherited from DataGridViewCell.)
Protected method OnMouseDoubleClick (Inherited from DataGridViewCell.)
Protected method OnMouseDown Raises the MouseDown event when the mouse button is held down while the pointer is on a cell. (Overrides DataGridViewCheckBoxCell.OnMouseDown(DataGridViewCellMouseEventArgs).)
Protected method OnMouseEnter (Inherited from DataGridViewCell.)
Protected method OnMouseLeave (Inherited from DataGridViewCheckBoxCell.)
Protected method OnMouseMove (Inherited from DataGridViewCheckBoxCell.)
Protected method OnMouseUp Raises the MouseUp event when the mouse button is released while the pointer is on a cell. (Overrides DataGridViewCheckBoxCell.OnMouseUp(DataGridViewCellMouseEventArgs).)
Protected method Paint Paints the current DataGridViewCell. (Overrides DataGridViewCheckBoxCell.Paint(Graphics, Rectangle, Rectangle, Int32, DataGridViewElementStates, Object, Object, String, DataGridViewCellStyle, DataGridViewAdvancedBorderStyle, DataGridViewPaintParts).)
Protected method PaintBorder (Inherited from DataGridViewCell.)
Protected method PaintErrorIcon (Inherited from DataGridViewCell.)
Public method ParseFormattedValue (Inherited from DataGridViewCheckBoxCell.)
Public method PositionEditingControl (Inherited from DataGridViewCell.)
Public method PositionEditingPanel (Inherited from DataGridViewCell.)
Public method PrepareEditingCellForEdit (Inherited from DataGridViewCheckBoxCell.)
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.)
Protected method SetValue (Inherited from DataGridViewCell.)
Public method ToString (Inherited from DataGridViewCheckBoxCell.)

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.