메소드 | 설명 | |
---|---|---|
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
|
메소드 | 설명 | |
---|---|---|
CalcDropDownButtonBounds ( ) : |
Gets the Rectangle that specifies the Size and Location of the current Cell's dropdown button
|
|
DropDownCellRenderer ( ) : System |
Initializes a new instance of the DropDownCellRenderer class with default settings
|
|
GetDropDownRendererData ( |
Gets the DropDownRendererData specific data used by the Renderer from the specified Cell
|
|
OnPaintBackground ( |
Paints the Cells background
|
protected CalcDropDownButtonBounds ( ) : |
||
리턴 |
protected GetDropDownRendererData ( |
||
cell | The Cell to get the DropDownRendererData 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 OnPaintBackground ( |
||
e | A PaintCellEventArgs that contains the event data | |
리턴 | void |
public OnPaintCell ( |
||
e | A PaintCellEventArgs that contains the event data | |
리턴 | void |