C# 클래스 System.Windows.Forms.ToolTip.ToolTipWindow

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

Private Properties

프로퍼티 타입 설명
OnDraw void
OnPopup void
OnUIAToolTip_VisibleChanged void
OnUnPopup void
ToolTipWindow System.Collections
ToolTipWindow_VisibleChanged void

공개 메소드들

메소드 설명
Present ( Control control, string text ) : void
PresentModal ( Control control, string text ) : void

보호된 메소드들

메소드 설명
OnCreateControl ( ) : void
OnPaint ( PaintEventArgs pevent ) : void
OnTextChanged ( EventArgs args ) : void

비공개 메소드들

메소드 설명
OnDraw ( DrawToolTipEventArgs e ) : void
OnPopup ( System.Windows.Forms.PopupEventArgs e ) : void
OnUIAToolTip_VisibleChanged ( object sender, EventArgs e ) : void
OnUnPopup ( System.Windows.Forms.PopupEventArgs e ) : void
ToolTipWindow ( ) : System.Collections
ToolTipWindow_VisibleChanged ( object sender, EventArgs e ) : void

메소드 상세

OnCreateControl() 보호된 메소드

protected OnCreateControl ( ) : void
리턴 void

OnPaint() 보호된 메소드

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

OnTextChanged() 보호된 메소드

protected OnTextChanged ( EventArgs args ) : void
args EventArgs
리턴 void

Present() 공개 메소드

public Present ( Control control, string text ) : void
control Control
text string
리턴 void

PresentModal() 공개 메소드

public PresentModal ( Control control, string text ) : void
control Control
text string
리턴 void