C# 클래스 System.Windows.Forms.StatusStrip

상속: ToolStrip
파일 보기 프로젝트 열기: Clancey/MonoMac.Windows.Form 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
StatusStrip ( ) : System

보호된 메소드들

메소드 설명
CreateDefaultItem ( string text, Image image, EventHandler onClick ) : ToolStripItem
Dispose ( bool disposing ) : void
OnLayout ( System.Windows.Forms.LayoutEventArgs levent ) : void
OnPaintBackground ( PaintEventArgs e ) : void
OnSpringTableLayoutCore ( ) : void

메소드 상세

CreateDefaultItem() 보호된 메소드

protected CreateDefaultItem ( string text, Image image, EventHandler onClick ) : ToolStripItem
text string
image Image
onClick EventHandler
리턴 ToolStripItem

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

OnLayout() 보호된 메소드

protected OnLayout ( System.Windows.Forms.LayoutEventArgs levent ) : void
levent System.Windows.Forms.LayoutEventArgs
리턴 void

OnPaintBackground() 보호된 메소드

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

OnSpringTableLayoutCore() 보호된 메소드

protected OnSpringTableLayoutCore ( ) : void
리턴 void

StatusStrip() 공개 메소드

public StatusStrip ( ) : System
리턴 System