Share via


DataGridViewDisableButtonColumn Class

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

Inheritance Hierarchy

System.Object
  System.Windows.Forms.DataGridViewElement
    System.Windows.Forms.DataGridViewBand
      System.Windows.Forms.DataGridViewColumn
        System.Windows.Forms.DataGridViewButtonColumn
          Microsoft.SqlServer.Management.Controls.DataGridViewDisableButtonColumn

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

Syntax

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

The DataGridViewDisableButtonColumn type exposes the following members.

Constructors

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

Top

Properties

  Name Description
Public property AutoSizeMode (Inherited from DataGridViewColumn.)
Public property CellTemplate (Inherited from DataGridViewButtonColumn.)
Public property CellType (Inherited from DataGridViewColumn.)
Public property ContextMenuStrip (Inherited from DataGridViewColumn.)
Public property DataGridView (Inherited from DataGridViewElement.)
Public property DataPropertyName (Inherited from DataGridViewColumn.)
Public property DefaultCellStyle (Inherited from DataGridViewButtonColumn.)
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 FillWeight (Inherited from DataGridViewColumn.)
Public property FlatStyle (Inherited from DataGridViewButtonColumn.)
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 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 Text (Inherited from DataGridViewButtonColumn.)
Public property ToolTipText (Inherited from DataGridViewColumn.)
Public property UseColumnTextForButtonValue (Inherited from DataGridViewButtonColumn.)
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 DataGridViewButtonColumn.)
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 DataGridViewButtonColumn.)

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.