메소드 | 설명 | |
---|---|---|
NumberCellRenderer ( ) : System |
Initializes a new instance of the NumberCellRenderer class with default settings
|
|
OnMouseDown ( |
Raises the MouseDown event
|
|
OnMouseLeave ( |
Raises the MouseLeave event
|
|
OnMouseMove ( XPTable e ) : void |
Raises the MouseMove event
|
|
OnMouseUp ( |
Raises the MouseUp event
|
|
OnPaintCell ( |
Raises the PaintCell event
|
메소드 | 설명 | |
---|---|---|
CalcButtonBounds ( ) : |
Returns a Rectangle that specifies the size and location of the up and down buttons
|
|
GetDownButtonBounds ( ) : |
Returns a Rectangle that specifies the size and location of the down button
|
|
GetNumberRendererData ( |
Gets the NumberRendererData specific data used by the Renderer from the specified Cell
|
|
GetUpButtonBounds ( ) : |
Returns a Rectangle that specifies the size and location of the up button
|
|
OnPaint ( |
Raises the Paint event
|
|
OnPaintBackground ( |
Raises the PaintBackground event
|
메소드 | 설명 | |
---|---|---|
TableUsingNumericCellEditor ( |
Gets whether the specified Table is using a NumericCellEditor to edit the Cell at the specified CellPos
|
protected GetDownButtonBounds ( ) : |
||
리턴 |
protected GetNumberRendererData ( |
||
cell | The Cell to get the NumberRendererData data for | |
리턴 |
public OnMouseDown ( |
||
e | A CellMouseEventArgs that contains the event data | |
리턴 | void |
public OnMouseLeave ( |
||
e | A CellMouseEventArgs that contains the event data | |
리턴 | void |
public OnMouseMove ( XPTable e ) : void | ||
e | XPTable | A CellMouseEventArgs that contains the event data |
리턴 | void |
public OnMouseUp ( |
||
e | A CellMouseEventArgs that contains the event data | |
리턴 | void |
protected OnPaint ( |
||
e | A PaintCellEventArgs that contains the event data | |
리턴 | void |
protected OnPaintBackground ( |
||
e | A PaintCellEventArgs that contains the event data | |
리턴 | void |
public OnPaintCell ( |
||
e | A PaintCellEventArgs that contains the event data | |
리턴 | void |