Method | Description | |
---|---|---|
OnMouseDown ( XPTable.Events.CellMouseEventArgs e ) : void |
Raises the MouseDown event
|
|
OnMouseLeave ( XPTable.Events.CellMouseEventArgs e ) : void |
Raises the MouseLeave event
|
|
OnMouseMove ( XPTable 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
|
Method | Description | |
---|---|---|
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 ( XPTable.Events.PaintCellEventArgs e ) : void |
Paints the Cells background
|
protected CalcDropDownButtonBounds ( ) : |
||
return |
protected GetDropDownRendererData ( |
||
cell | The Cell to get the DropDownRendererData data for | |
return | XPTable.Renderers.DropDownRendererData |
public OnMouseDown ( XPTable.Events.CellMouseEventArgs e ) : void | ||
e | XPTable.Events.CellMouseEventArgs | A CellMouseEventArgs that contains the event data |
return | void |
public OnMouseLeave ( XPTable.Events.CellMouseEventArgs e ) : void | ||
e | XPTable.Events.CellMouseEventArgs | A CellMouseEventArgs that contains the event data |
return | void |
public OnMouseMove ( XPTable e ) : void | ||
e | XPTable | A CellMouseEventArgs that contains the event data |
return | void |
public OnMouseUp ( XPTable.Events.CellMouseEventArgs e ) : void | ||
e | XPTable.Events.CellMouseEventArgs | A CellMouseEventArgs that contains the event data |
return | void |
protected OnPaintBackground ( XPTable.Events.PaintCellEventArgs e ) : void | ||
e | XPTable.Events.PaintCellEventArgs | A PaintCellEventArgs that contains the event data |
return | void |
public OnPaintCell ( XPTable.Events.PaintCellEventArgs e ) : void | ||
e | XPTable.Events.PaintCellEventArgs | A PaintCellEventArgs that contains the event data |
return | void |