C# 클래스 NetIde.Util.Forms.InformationBar

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

Private Properties

프로퍼티 타입 설명
CalculateHeight int
EnsureButtonMeasureValid void
PerformItemClick void
RebuildButtons void
SelectNextItem void
UpdateFont void

공개 메소드들

메소드 설명
InformationBar ( ) : System

보호된 메소드들

메소드 설명
OnClosed ( EventArgs e ) : void
OnFontChanged ( EventArgs e ) : void
OnItemClick ( EventArgs e ) : void
OnMouseDown ( MouseEventArgs e ) : void
OnMouseMove ( MouseEventArgs e ) : void
OnMouseUp ( MouseEventArgs e ) : void
OnPaint ( PaintEventArgs e ) : void
OnTextChanged ( EventArgs e ) : void
OnVisibleChanged ( EventArgs e ) : void
SetBoundsCore ( int x, int y, int width, int height, BoundsSpecified specified ) : void
WndProc ( Message &m ) : void

비공개 메소드들

메소드 설명
CalculateHeight ( int width ) : int
EnsureButtonMeasureValid ( ) : void
PerformItemClick ( ) : void
RebuildButtons ( ) : void
SelectNextItem ( int offset ) : void
UpdateFont ( ) : void

메소드 상세

InformationBar() 공개 메소드

public InformationBar ( ) : System
리턴 System

OnClosed() 보호된 메소드

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

OnFontChanged() 보호된 메소드

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

OnItemClick() 보호된 메소드

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

OnMouseDown() 보호된 메소드

protected OnMouseDown ( MouseEventArgs e ) : void
e MouseEventArgs
리턴 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

OnTextChanged() 보호된 메소드

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

OnVisibleChanged() 보호된 메소드

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

SetBoundsCore() 보호된 메소드

protected SetBoundsCore ( int x, int y, int width, int height, BoundsSpecified specified ) : void
x int
y int
width int
height int
specified BoundsSpecified
리턴 void

WndProc() 보호된 메소드

protected WndProc ( Message &m ) : void
m System.Windows.Forms.Message
리턴 void