C# Class my_DataGridViewButtonColumn.DataGridViewDisableButtonCell

Inheritance: System.Windows.Forms.DataGridViewButtonCell
Exibir arquivo Open project: mti-rfid/RFID_Explorer Class Usage Examples

Public Methods

Method Description
Clone ( ) : object
DataGridViewDisableButtonCell ( ) : System

Protected Methods

Method Description
Paint ( Graphics graphics, Rectangle clipBounds, Rectangle cellBounds, int rowIndex, DataGridViewElementStates elementState, object value, object formattedValue, string errorText, System.Windows.Forms.DataGridViewCellStyle cellStyle, System.Windows.Forms.DataGridViewAdvancedBorderStyle advancedBorderStyle, DataGridViewPaintParts paintParts ) : void

Method Details

Clone() public method

public Clone ( ) : object
return object

DataGridViewDisableButtonCell() public method

public DataGridViewDisableButtonCell ( ) : System
return System

Paint() protected method

protected Paint ( Graphics graphics, Rectangle clipBounds, Rectangle cellBounds, int rowIndex, DataGridViewElementStates elementState, object value, object formattedValue, string errorText, System.Windows.Forms.DataGridViewCellStyle cellStyle, System.Windows.Forms.DataGridViewAdvancedBorderStyle advancedBorderStyle, DataGridViewPaintParts paintParts ) : void
graphics System.Drawing.Graphics
clipBounds System.Drawing.Rectangle
cellBounds System.Drawing.Rectangle
rowIndex int
elementState DataGridViewElementStates
value object
formattedValue object
errorText string
cellStyle System.Windows.Forms.DataGridViewCellStyle
advancedBorderStyle System.Windows.Forms.DataGridViewAdvancedBorderStyle
paintParts DataGridViewPaintParts
return void