Share via


DataGridViewDisableButtonCell Class

Represents a standard DataGridViewButtonCell that supports a button that looks disabled.

Inheritance Hierarchy

System.Object
  System.Windows.Forms.DataGridViewElement
    System.Windows.Forms.DataGridViewCell
      System.Windows.Forms.DataGridViewButtonCell
        Microsoft.SqlServer.Management.Controls.DataGridViewDisableButtonCell

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

Syntax

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

The DataGridViewDisableButtonCell type exposes the following members.

Constructors

  Name Description
Public method DataGridViewDisableButtonCell Initializes a new instance of the DataGridViewDisableButtonCell 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 EditType (Inherited from DataGridViewButtonCell.)
Public property Enabled Gets or sets a value that indicates whether the cell button is enabled.
Public property ErrorIconBounds (Inherited from DataGridViewCell.)
Public property ErrorText (Inherited from DataGridViewCell.)
Public property FlatStyle (Inherited from DataGridViewButtonCell.)
Public property FormattedValue (Inherited from DataGridViewCell.)
Public property FormattedValueType (Inherited from DataGridViewButtonCell.)
Public property Frozen (Inherited from DataGridViewCell.)
Public property HasStyle (Inherited from DataGridViewCell.)
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 ToolTipText (Inherited from DataGridViewCell.)
Public property UseColumnTextForButtonValue (Inherited from DataGridViewButtonCell.)
Public property Value (Inherited from DataGridViewCell.)
Public property ValueType (Inherited from DataGridViewButtonCell.)
Public property Visible (Inherited from DataGridViewCell.)

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 Overrides the clone method so that the Enabled property is copied. (Overrides DataGridViewButtonCell.Clone().)
Protected method ContentClickUnsharesRow (Inherited from DataGridViewCell.)
Protected method ContentDoubleClickUnsharesRow (Inherited from DataGridViewCell.)
Protected method CreateAccessibilityInstance (Inherited from DataGridViewButtonCell.)
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 DataGridViewButtonCell.)
Public method GetEditedFormattedValue (Inherited from DataGridViewCell.)
Protected method GetErrorIconBounds (Inherited from DataGridViewButtonCell.)
Protected method GetErrorText (Inherited from DataGridViewCell.)
Protected method GetFormattedValue (Inherited from DataGridViewCell.)
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 DataGridViewButtonCell.)
Protected method GetSize (Inherited from DataGridViewCell.)
Public method GetType (Inherited from Object.)
Protected method GetValue (Inherited from DataGridViewButtonCell.)
Public method InitializeEditingControl (Inherited from DataGridViewCell.)
Protected method KeyDownUnsharesRow (Inherited from DataGridViewButtonCell.)
Public method KeyEntersEditMode (Inherited from DataGridViewCell.)
Protected method KeyPressUnsharesRow (Inherited from DataGridViewCell.)
Protected method KeyUpUnsharesRow (Inherited from DataGridViewButtonCell.)
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 DataGridViewButtonCell.)
Protected method MouseEnterUnsharesRow (Inherited from DataGridViewButtonCell.)
Protected method MouseLeaveUnsharesRow (Inherited from DataGridViewButtonCell.)
Protected method MouseMoveUnsharesRow (Inherited from DataGridViewCell.)
Protected method MouseUpUnsharesRow (Inherited from DataGridViewButtonCell.)
Protected method OnClick (Inherited from DataGridViewCell.)
Protected method OnContentClick (Inherited from DataGridViewCell.)
Protected method OnContentDoubleClick (Inherited from DataGridViewCell.)
Protected method OnDataGridViewChanged (Inherited from DataGridViewCell.)
Protected method OnDoubleClick (Inherited from DataGridViewCell.)
Protected method OnEnter (Inherited from DataGridViewCell.)
Protected method OnKeyDown (Inherited from DataGridViewButtonCell.)
Protected method OnKeyPress (Inherited from DataGridViewCell.)
Protected method OnKeyUp (Inherited from DataGridViewButtonCell.)
Protected method OnLeave (Inherited from DataGridViewButtonCell.)
Protected method OnMouseClick (Inherited from DataGridViewCell.)
Protected method OnMouseDoubleClick (Inherited from DataGridViewCell.)
Protected method OnMouseDown (Inherited from DataGridViewButtonCell.)
Protected method OnMouseEnter (Inherited from DataGridViewCell.)
Protected method OnMouseLeave (Inherited from DataGridViewButtonCell.)
Protected method OnMouseMove (Inherited from DataGridViewButtonCell.)
Protected method OnMouseUp (Inherited from DataGridViewButtonCell.)
Protected method Paint Paints the current DataGridViewCell. (Overrides DataGridViewButtonCell.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 DataGridViewCell.)
Public method PositionEditingControl (Inherited from DataGridViewCell.)
Public method PositionEditingPanel (Inherited from DataGridViewCell.)
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 DataGridViewButtonCell.)

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.