프로퍼티 | 타입 | 설명 | |
---|---|---|---|
ShouldSerializeDataCell | bool | ||
ShouldSerializeHeaderColumn | bool | ||
ShouldSerializeHeaderRow | bool |
메소드 | 설명 | |
---|---|---|
PaletteDataGridViewCells ( |
Initialize a new instance of the PaletteDataGridViewCells class.
|
|
PopulateFromBase ( |
Populate values from the base palette.
|
|
SetInherit ( |
Sets the inheritence parent.
|
메소드 | 설명 | |
---|---|---|
OnNeedPaint ( object sender, bool needLayout ) : void |
Handle a change event from palette source.
|
메소드 | 설명 | |
---|---|---|
ShouldSerializeDataCell ( ) : bool | ||
ShouldSerializeHeaderColumn ( ) : bool | ||
ShouldSerializeHeaderRow ( ) : bool |
protected OnNeedPaint ( object sender, bool needLayout ) : void | ||
sender | object | Source of the event. |
needLayout | bool | True if a layout is also needed. |
리턴 | void |
public PaletteDataGridViewCells ( |
||
inherit | Source for inheriting values. | |
needPaint | NeedPaintHandler | Delegate for notifying paint requests. |
리턴 | System |
public PopulateFromBase ( |
||
common | Reference to common settings. | |
state | PaletteState | The palette state to populate with. |
gridStyle | GridStyle | Grid style to use for populating. |
리턴 | void |
public SetInherit ( |
||
inherit | ||
리턴 | void |