C# Class XRefresh.FolderCellEditor

Inheritance: GDITextCellEditor, IEditorUsesRendererButtons
显示文件 Open project: binaryage/xrefresh

Public Methods

Method Description
OnEditorButtonMouseDown ( object sender, XPTable.Events.CellMouseEventArgs e ) : void

Handler for the editors drop down button MouseDown event

OnEditorButtonMouseUp ( object sender, XPTable.Events.CellMouseEventArgs e ) : void

Handler for the editors drop down button MouseUp event

Protected Methods

Method Description
OnLostFocus ( object sender, EventArgs e ) : void
SetCellValue ( ) : void
SetEditLocation ( Rectangle cellRect ) : void

Method Details

OnEditorButtonMouseDown() public method

Handler for the editors drop down button MouseDown event
public OnEditorButtonMouseDown ( object sender, XPTable.Events.CellMouseEventArgs e ) : void
sender object The object that raised the event
e XPTable.Events.CellMouseEventArgs A CellMouseEventArgs that contains the event data
return void

OnEditorButtonMouseUp() public method

Handler for the editors drop down button MouseUp event
public OnEditorButtonMouseUp ( object sender, XPTable.Events.CellMouseEventArgs e ) : void
sender object The object that raised the event
e XPTable.Events.CellMouseEventArgs A CellMouseEventArgs that contains the event data
return void

OnLostFocus() protected method

protected OnLostFocus ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

SetCellValue() protected method

protected SetCellValue ( ) : void
return void

SetEditLocation() protected method

protected SetEditLocation ( Rectangle cellRect ) : void
cellRect System.Drawing.Rectangle
return void