프로퍼티 | 타입 | 설명 | |
---|---|---|---|
padding | XPTable.Models.CellPadding |
메소드 | 설명 | |
---|---|---|
Dispose ( ) : void |
Releases the unmanaged resources used by the Renderer and optionally releases the managed resources
|
|
GetCellHeight ( |
Returns the height that is required to render this cell. If zero is returned then the default row height is used.
|
|
OnClick ( XPTable.Events.CellMouseEventArgs e ) : void |
Raises the Click event
|
|
OnDoubleClick ( XPTable.Events.CellMouseEventArgs e ) : void |
Raises the DoubleClick event
|
|
OnGotFocus ( XPTable.Events.CellFocusEventArgs e ) : void |
Raises the GotFocus event
|
|
OnKeyDown ( XPTable.Events.CellKeyEventArgs e ) : void |
Raises the KeyDown event
|
|
OnKeyUp ( XPTable.Events.CellKeyEventArgs e ) : void |
Raises the KeyUp event
|
|
OnLostFocus ( XPTable.Events.CellFocusEventArgs e ) : void |
Raises the LostFocus event
|
|
OnMouseDown ( XPTable.Events.CellMouseEventArgs e ) : void |
Raises the MouseDown event
|
|
OnMouseEnter ( XPTable.Events.CellMouseEventArgs e ) : void |
Raises the MouseEnter event
|
|
OnMouseLeave ( XPTable.Events.CellMouseEventArgs e ) : void |
Raises the MouseLeave event
|
|
OnMouseMove ( XPTable.Events.CellMouseEventArgs e ) : void |
Raises the MouseMove event
|
|
OnMouseUp ( XPTable.Events.CellMouseEventArgs e ) : void |
Raises the MouseUp event
|
|
OnPaintCell ( XPTable.Events.PaintCellEventArgs e ) : void |
Raises the PaintCell event
|
메소드 | 설명 | |
---|---|---|
CellRenderer ( ) : System |
Initializes a new instance of the CellRenderer class with default settings
|
|
GetRendererData ( |
Gets the renderer specific data used by the Renderer from the specified Cell
|
|
OnPaint ( XPTable.Events.PaintCellEventArgs e ) : void |
Raises the Paint event
|
|
OnPaintBackground ( XPTable.Events.PaintCellEventArgs e ) : void |
Raises the PaintBackground event
|
|
OnPaintBorder ( XPTable.Events.PaintCellEventArgs e, |
Raises the PaintBorder event
|
|
SetRendererData ( |
Sets the specified renderer specific data used by the Renderer for the specified Cell
|
public GetCellHeight ( |
||
graphics | The GDI+ drawing surface provided by the Paint event. | |
cell | ||
리턴 | int |
protected GetRendererData ( |
||
cell | The Cell to get the renderer data for | |
리턴 | object |
public OnClick ( XPTable.Events.CellMouseEventArgs e ) : void | ||
e | XPTable.Events.CellMouseEventArgs | A CellMouseEventArgs that contains the event data |
리턴 | void |
public OnDoubleClick ( XPTable.Events.CellMouseEventArgs e ) : void | ||
e | XPTable.Events.CellMouseEventArgs | A CellMouseEventArgs that contains the event data |
리턴 | void |
public OnGotFocus ( XPTable.Events.CellFocusEventArgs e ) : void | ||
e | XPTable.Events.CellFocusEventArgs | A CellFocusEventArgs that contains the event data |
리턴 | void |
public OnKeyDown ( XPTable.Events.CellKeyEventArgs e ) : void | ||
e | XPTable.Events.CellKeyEventArgs | A CellKeyEventArgs that contains the event data |
리턴 | void |
public OnKeyUp ( XPTable.Events.CellKeyEventArgs e ) : void | ||
e | XPTable.Events.CellKeyEventArgs | A CellKeyEventArgs that contains the event data |
리턴 | void |
public OnLostFocus ( XPTable.Events.CellFocusEventArgs e ) : void | ||
e | XPTable.Events.CellFocusEventArgs | A CellFocusEventArgs that contains the event data |
리턴 | void |
public OnMouseDown ( XPTable.Events.CellMouseEventArgs e ) : void | ||
e | XPTable.Events.CellMouseEventArgs | A CellMouseEventArgs that contains the event data |
리턴 | void |
public OnMouseEnter ( XPTable.Events.CellMouseEventArgs e ) : void | ||
e | XPTable.Events.CellMouseEventArgs | A CellMouseEventArgs that contains the event data |
리턴 | void |
public OnMouseLeave ( XPTable.Events.CellMouseEventArgs e ) : void | ||
e | XPTable.Events.CellMouseEventArgs | A CellMouseEventArgs that contains the event data |
리턴 | void |
public OnMouseMove ( XPTable.Events.CellMouseEventArgs e ) : void | ||
e | XPTable.Events.CellMouseEventArgs | A CellMouseEventArgs that contains the event data |
리턴 | void |
public OnMouseUp ( XPTable.Events.CellMouseEventArgs e ) : void | ||
e | XPTable.Events.CellMouseEventArgs | A CellMouseEventArgs that contains the event data |
리턴 | void |
protected OnPaint ( XPTable.Events.PaintCellEventArgs e ) : void | ||
e | XPTable.Events.PaintCellEventArgs | A PaintCellEventArgs that contains the event data |
리턴 | void |
protected OnPaintBackground ( XPTable.Events.PaintCellEventArgs e ) : void | ||
e | XPTable.Events.PaintCellEventArgs | A PaintCellEventArgs that contains the event data |
리턴 | void |
protected OnPaintBorder ( XPTable.Events.PaintCellEventArgs e, |
||
e | XPTable.Events.PaintCellEventArgs | A PaintCellEventArgs that contains the event data |
pen | The pen used to draw the border | |
리턴 | void |
public OnPaintCell ( XPTable.Events.PaintCellEventArgs e ) : void | ||
e | XPTable.Events.PaintCellEventArgs | A PaintCellEventArgs that contains the event data |
리턴 | void |
protected SetRendererData ( |
||
cell | The Cell for which the data is to be stored | |
value | object | The renderer specific data to be stored |
리턴 | void |