C# 클래스 SpannedDataGridView.DataGridViewImageCellEx

상속: System.Windows.Forms.DataGridViewImageCell, ISpannedCell
파일 보기 프로젝트 열기: Behzadkhosravifar/MakeClassSchedule 1 사용 예제들

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
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

메소드 상세

BorderWidths() 보호된 메소드

protected BorderWidths ( System.Windows.Forms.DataGridViewAdvancedBorderStyle advancedBorderStyle ) : Rectangle
advancedBorderStyle System.Windows.Forms.DataGridViewAdvancedBorderStyle
리턴 System.Drawing.Rectangle

DataGridViewImageCellEx() 공개 메소드

public DataGridViewImageCellEx ( ) : System
리턴 System

DataGridViewImageCellEx() 공개 메소드

public DataGridViewImageCellEx ( bool valueIsIcon ) : System
valueIsIcon bool
리턴 System

GetValue() 보호된 메소드

protected GetValue ( int rowIndex ) : object
rowIndex int
리턴 object

OnDataGridViewChanged() 보호된 메소드

protected OnDataGridViewChanged ( ) : void
리턴 void

Paint() 보호된 메소드

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
리턴 void

PositionEditingPanel() 공개 메소드

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
리턴 System.Drawing.Rectangle

SetValue() 보호된 메소드

protected SetValue ( int rowIndex, object value ) : bool
rowIndex int
value object
리턴 bool