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

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

Private Properties

프로퍼티 타입 설명
Form_Closed void
Form_Deactivate void
Form_Resize void
GetToolTip string
HookupControlEvents void
HookupFormEvents void
MouseInControl bool
OnDraw void
OnPopup void
OnUIAToolTipHookUp void
OnUIAToolTipUnhookUp void
OnUIAUnPopup void
OnUnPopup void
Present void
ShowTooltip void
UnhookControlEvents void
UnhookFormEvents void
control_MouseDown void
control_MouseEnter void
control_MouseLeave void
control_MouseMove void
timer_Tick void
tooltip_window_Draw void
tooltip_window_Popup void

공개 메소드들

메소드 설명
CanExtend ( object target ) : bool
Hide ( IWin32Window win ) : void
RemoveAll ( ) : void
SetToolTip ( Control control, string caption ) : void
Show ( string text, IWin32Window window ) : void
Show ( string text, IWin32Window window, Point point ) : void
Show ( string text, IWin32Window window, Point point, int duration ) : void
Show ( string text, IWin32Window window, int duration ) : void
Show ( string text, IWin32Window window, int x, int y ) : void
Show ( string text, IWin32Window window, int x, int y, int duration ) : void
ToString ( ) : string
ToolTip ( ) : System.Collections
ToolTip ( System cont ) : System.Collections

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void
StopTimer ( ) : void

비공개 메소드들

메소드 설명
Form_Closed ( object sender, EventArgs e ) : void
Form_Deactivate ( object sender, EventArgs e ) : void
Form_Resize ( object sender, EventArgs e ) : void
GetToolTip ( Control control ) : string
HookupControlEvents ( Control control ) : void
HookupFormEvents ( Form form ) : void
MouseInControl ( Control control, bool fuzzy ) : bool
OnDraw ( DrawToolTipEventArgs e ) : void
OnPopup ( PopupEventArgs e ) : void
OnUIAToolTipHookUp ( object sender, ControlEventArgs args ) : void
OnUIAToolTipUnhookUp ( object sender, ControlEventArgs args ) : void
OnUIAUnPopup ( object sender, PopupEventArgs args ) : void
OnUnPopup ( PopupEventArgs e ) : void
Present ( Control control, string text ) : void
ShowTooltip ( Control control ) : void
UnhookControlEvents ( Control control ) : void
UnhookFormEvents ( ) : void
control_MouseDown ( object sender, MouseEventArgs e ) : void
control_MouseEnter ( object sender, EventArgs e ) : void
control_MouseLeave ( object sender, EventArgs e ) : void
control_MouseMove ( object sender, MouseEventArgs e ) : void
timer_Tick ( object sender, EventArgs e ) : void
tooltip_window_Draw ( object sender, DrawToolTipEventArgs e ) : void
tooltip_window_Popup ( object sender, PopupEventArgs e ) : void

메소드 상세

CanExtend() 공개 메소드

public CanExtend ( object target ) : bool
target object
리턴 bool

Dispose() 보호된 메소드

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

Hide() 공개 메소드

public Hide ( IWin32Window win ) : void
win IWin32Window
리턴 void

RemoveAll() 공개 메소드

public RemoveAll ( ) : void
리턴 void

SetToolTip() 공개 메소드

public SetToolTip ( Control control, string caption ) : void
control Control
caption string
리턴 void

Show() 공개 메소드

public Show ( string text, IWin32Window window ) : void
text string
window IWin32Window
리턴 void

Show() 공개 메소드

public Show ( string text, IWin32Window window, Point point ) : void
text string
window IWin32Window
point Point
리턴 void

Show() 공개 메소드

public Show ( string text, IWin32Window window, Point point, int duration ) : void
text string
window IWin32Window
point Point
duration int
리턴 void

Show() 공개 메소드

public Show ( string text, IWin32Window window, int duration ) : void
text string
window IWin32Window
duration int
리턴 void

Show() 공개 메소드

public Show ( string text, IWin32Window window, int x, int y ) : void
text string
window IWin32Window
x int
y int
리턴 void

Show() 공개 메소드

public Show ( string text, IWin32Window window, int x, int y, int duration ) : void
text string
window IWin32Window
x int
y int
duration int
리턴 void

StopTimer() 보호된 메소드

protected StopTimer ( ) : void
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

ToolTip() 공개 메소드

public ToolTip ( ) : System.Collections
리턴 System.Collections

ToolTip() 공개 메소드

public ToolTip ( System cont ) : System.Collections
cont System
리턴 System.Collections