C# 클래스 MediaPortal.Plugins.MovingPictures.ConfigScreen.Controls.PotentialMatchCell

상속: System.Windows.Forms.DataGridViewComboBoxCell
파일 보기 프로젝트 열기: damienhaynes/moving-pictures

보호된 메소드들

메소드 설명
Paint ( System graphics, System clipBounds, System cellBounds, int rowIndex, DataGridViewElementStates elementState, object value, object formattedValue, string errorText, System.Windows.Forms.DataGridViewCellStyle cellStyle, System.Windows.Forms.DataGridViewAdvancedBorderStyle advancedBorderStyle, DataGridViewPaintParts paintParts ) : void

메소드 상세

Paint() 보호된 메소드

protected Paint ( System graphics, System clipBounds, System 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
clipBounds System
cellBounds System
rowIndex int
elementState DataGridViewElementStates
value object
formattedValue object
errorText string
cellStyle System.Windows.Forms.DataGridViewCellStyle
advancedBorderStyle System.Windows.Forms.DataGridViewAdvancedBorderStyle
paintParts DataGridViewPaintParts
리턴 void