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

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

Private Properties

프로퍼티 타입 설명
OnUIAIsLinkChanged void

공개 메소드들

메소드 설명
ToolStripLabel ( ) : System.Drawing
ToolStripLabel ( Image image ) : System.Drawing
ToolStripLabel ( string text ) : System.Drawing
ToolStripLabel ( string text, Image image ) : System.Drawing
ToolStripLabel ( string text, Image image, bool isLink ) : System.Drawing
ToolStripLabel ( string text, Image image, bool isLink, EventHandler onClick ) : System.Drawing
ToolStripLabel ( string text, Image image, bool isLink, EventHandler onClick, string name ) : System.Drawing

보호된 메소드들

메소드 설명
OnFontChanged ( EventArgs e ) : void
OnMouseEnter ( EventArgs e ) : void
OnMouseLeave ( EventArgs e ) : void
OnPaint ( System e ) : void

비공개 메소드들

메소드 설명
OnUIAIsLinkChanged ( EventArgs e ) : void

메소드 상세

OnFontChanged() 보호된 메소드

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

OnMouseEnter() 보호된 메소드

protected OnMouseEnter ( EventArgs e ) : void
e EventArgs
리턴 void

OnMouseLeave() 보호된 메소드

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

OnPaint() 보호된 메소드

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

ToolStripLabel() 공개 메소드

public ToolStripLabel ( ) : System.Drawing
리턴 System.Drawing

ToolStripLabel() 공개 메소드

public ToolStripLabel ( Image image ) : System.Drawing
image Image
리턴 System.Drawing

ToolStripLabel() 공개 메소드

public ToolStripLabel ( string text ) : System.Drawing
text string
리턴 System.Drawing

ToolStripLabel() 공개 메소드

public ToolStripLabel ( string text, Image image ) : System.Drawing
text string
image Image
리턴 System.Drawing

ToolStripLabel() 공개 메소드

public ToolStripLabel ( string text, Image image, bool isLink ) : System.Drawing
text string
image Image
isLink bool
리턴 System.Drawing

ToolStripLabel() 공개 메소드

public ToolStripLabel ( string text, Image image, bool isLink, EventHandler onClick ) : System.Drawing
text string
image Image
isLink bool
onClick EventHandler
리턴 System.Drawing

ToolStripLabel() 공개 메소드

public ToolStripLabel ( string text, Image image, bool isLink, EventHandler onClick, string name ) : System.Drawing
text string
image Image
isLink bool
onClick EventHandler
name string
리턴 System.Drawing