C# 클래스 TpTrayUtility.TpListViewHeader

상속: System.Windows.Forms.Control
파일 보기 프로젝트 열기: TargetProcess/Tp.TrayUtility 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
headerClickedEvent HeaderClickEventHandler
headerItems List

공개 메소드들

메소드 설명
AddHeaderItem ( string text, int width ) : void
GetSizes ( ) : int[]
Set ( string texts, int widths ) : void
TpListViewHeader ( ) : System

보호된 메소드들

메소드 설명
DrawHeaderItem ( Graphics g, int offs, HeaderItem item ) : void
OnMouseClick ( MouseEventArgs e ) : void
OnMouseDown ( MouseEventArgs e ) : void
OnMouseLeave ( EventArgs e ) : void
OnMouseMove ( MouseEventArgs e ) : void
OnMouseUp ( MouseEventArgs e ) : void
OnPaint ( PaintEventArgs e ) : void

비공개 메소드들

메소드 설명
FindItem ( int pos ) : HeaderItem
FindItemSplitter ( int pos ) : HeaderItem
GetItemIndex ( HeaderItem it ) : int
GetItemPosition ( HeaderItem it ) : int
ResetActiveFlag ( ) : void

메소드 상세

AddHeaderItem() 공개 메소드

public AddHeaderItem ( string text, int width ) : void
text string
width int
리턴 void

DrawHeaderItem() 보호된 메소드

protected DrawHeaderItem ( Graphics g, int offs, HeaderItem item ) : void
g System.Drawing.Graphics
offs int
item HeaderItem
리턴 void

GetSizes() 공개 메소드

public GetSizes ( ) : int[]
리턴 int[]

OnMouseClick() 보호된 메소드

protected OnMouseClick ( MouseEventArgs e ) : void
e MouseEventArgs
리턴 void

OnMouseDown() 보호된 메소드

protected OnMouseDown ( MouseEventArgs e ) : void
e MouseEventArgs
리턴 void

OnMouseLeave() 보호된 메소드

protected OnMouseLeave ( EventArgs e ) : void
e System.EventArgs
리턴 void

OnMouseMove() 보호된 메소드

protected OnMouseMove ( MouseEventArgs e ) : void
e MouseEventArgs
리턴 void

OnMouseUp() 보호된 메소드

protected OnMouseUp ( MouseEventArgs e ) : void
e MouseEventArgs
리턴 void

OnPaint() 보호된 메소드

protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
리턴 void

Set() 공개 메소드

public Set ( string texts, int widths ) : void
texts string
widths int
리턴 void

TpListViewHeader() 공개 메소드

public TpListViewHeader ( ) : System
리턴 System

프로퍼티 상세

headerClickedEvent 공개적으로 프로퍼티

public HeaderClickEventHandler headerClickedEvent
리턴 HeaderClickEventHandler

headerItems 공개적으로 프로퍼티

public List headerItems
리턴 List