C# 클래스 XRefresh.FolderCellEditor

상속: GDITextCellEditor, IEditorUsesRendererButtons
파일 보기 프로젝트 열기: binaryage/xrefresh

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
OnLostFocus ( object sender, EventArgs e ) : void
SetCellValue ( ) : void
SetEditLocation ( Rectangle cellRect ) : void

메소드 상세

OnEditorButtonMouseDown() 공개 메소드

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
리턴 void

OnEditorButtonMouseUp() 공개 메소드

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
리턴 void

OnLostFocus() 보호된 메소드

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

SetCellValue() 보호된 메소드

protected SetCellValue ( ) : void
리턴 void

SetEditLocation() 보호된 메소드

protected SetEditLocation ( Rectangle cellRect ) : void
cellRect System.Drawing.Rectangle
리턴 void