C# Class XRefresh.FolderCellEditor

Inheritance: GDITextCellEditor, IEditorUsesRendererButtons
Afficher le fichier Open project: binaryage/xrefresh

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
OnLostFocus ( object sender, EventArgs e ) : void
SetCellValue ( ) : void
SetEditLocation ( Rectangle cellRect ) : void

Method Details

OnEditorButtonMouseDown() public méthode

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
Résultat void

OnEditorButtonMouseUp() public méthode

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
Résultat void

OnLostFocus() protected méthode

protected OnLostFocus ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

SetCellValue() protected méthode

protected SetCellValue ( ) : void
Résultat void

SetEditLocation() protected méthode

protected SetEditLocation ( Rectangle cellRect ) : void
cellRect System.Drawing.Rectangle
Résultat void