C# Class SpannedDataGridView.DataGridViewImageCellEx

Inheritance: System.Windows.Forms.DataGridViewImageCell, ISpannedCell
Afficher le fichier Open project: Behzadkhosravifar/MakeClassSchedule Class Usage Examples

Méthodes publiques

Méthode Description
DataGridViewImageCellEx ( ) : System
DataGridViewImageCellEx ( bool valueIsIcon ) : System
PositionEditingPanel ( Rectangle cellBounds, Rectangle cellClip, System.Windows.Forms.DataGridViewCellStyle cellStyle, bool singleVerticalBorderAdded, bool singleHorizontalBorderAdded, bool isFirstDisplayedColumn, bool isFirstDisplayedRow ) : Rectangle

Méthodes protégées

Méthode Description
BorderWidths ( System.Windows.Forms.DataGridViewAdvancedBorderStyle advancedBorderStyle ) : Rectangle
GetValue ( int rowIndex ) : object
OnDataGridViewChanged ( ) : void
Paint ( Graphics graphics, Rectangle clipBounds, Rectangle cellBounds, int rowIndex, DataGridViewElementStates cellState, object value, object formattedValue, string errorText, System.Windows.Forms.DataGridViewCellStyle cellStyle, System.Windows.Forms.DataGridViewAdvancedBorderStyle advancedBorderStyle, DataGridViewPaintParts paintParts ) : void
SetValue ( int rowIndex, object value ) : bool

Private Methods

Méthode Description
CellsRegionContainsSelectedCell ( int columnIndex, int rowIndex, int columnSpan, int rowSpan ) : bool
NativeBorderWidths ( System.Windows.Forms.DataGridViewAdvancedBorderStyle advancedBorderStyle ) : Rectangle
NativePaint ( Graphics graphics, Rectangle clipBounds, Rectangle cellBounds, int rowIndex, DataGridViewElementStates cellState, object value, object formattedValue, string errorText, System.Windows.Forms.DataGridViewCellStyle cellStyle, System.Windows.Forms.DataGridViewAdvancedBorderStyle advancedBorderStyle, DataGridViewPaintParts paintParts ) : void
SetSpan ( int columnSpan, int rowSpan ) : void

Method Details

BorderWidths() protected méthode

protected BorderWidths ( System.Windows.Forms.DataGridViewAdvancedBorderStyle advancedBorderStyle ) : Rectangle
advancedBorderStyle System.Windows.Forms.DataGridViewAdvancedBorderStyle
Résultat System.Drawing.Rectangle

DataGridViewImageCellEx() public méthode

public DataGridViewImageCellEx ( ) : System
Résultat System

DataGridViewImageCellEx() public méthode

public DataGridViewImageCellEx ( bool valueIsIcon ) : System
valueIsIcon bool
Résultat System

GetValue() protected méthode

protected GetValue ( int rowIndex ) : object
rowIndex int
Résultat object

OnDataGridViewChanged() protected méthode

protected OnDataGridViewChanged ( ) : void
Résultat void

Paint() protected méthode

protected Paint ( Graphics graphics, Rectangle clipBounds, Rectangle cellBounds, int rowIndex, DataGridViewElementStates cellState, 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
cellState DataGridViewElementStates
value object
formattedValue object
errorText string
cellStyle System.Windows.Forms.DataGridViewCellStyle
advancedBorderStyle System.Windows.Forms.DataGridViewAdvancedBorderStyle
paintParts DataGridViewPaintParts
Résultat void

PositionEditingPanel() public méthode

public PositionEditingPanel ( Rectangle cellBounds, Rectangle cellClip, System.Windows.Forms.DataGridViewCellStyle cellStyle, bool singleVerticalBorderAdded, bool singleHorizontalBorderAdded, bool isFirstDisplayedColumn, bool isFirstDisplayedRow ) : Rectangle
cellBounds System.Drawing.Rectangle
cellClip System.Drawing.Rectangle
cellStyle System.Windows.Forms.DataGridViewCellStyle
singleVerticalBorderAdded bool
singleHorizontalBorderAdded bool
isFirstDisplayedColumn bool
isFirstDisplayedRow bool
Résultat System.Drawing.Rectangle

SetValue() protected méthode

protected SetValue ( int rowIndex, object value ) : bool
rowIndex int
value object
Résultat bool