C# Class System.Windows.Forms.ToolTip

Inheritance: System.ComponentModel.Component, IExtenderProvider
Afficher le fichier Open project: Clancey/MonoMac.Windows.Form Class Usage Examples

Private Properties

Свойство Type Description
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

Méthodes publiques

Méthode Description
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

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void
StopTimer ( ) : void

Private Methods

Méthode Description
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

Method Details

CanExtend() public méthode

public CanExtend ( object target ) : bool
target object
Résultat bool

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

Hide() public méthode

public Hide ( IWin32Window win ) : void
win IWin32Window
Résultat void

RemoveAll() public méthode

public RemoveAll ( ) : void
Résultat void

SetToolTip() public méthode

public SetToolTip ( Control control, string caption ) : void
control Control
caption string
Résultat void

Show() public méthode

public Show ( string text, IWin32Window window ) : void
text string
window IWin32Window
Résultat void

Show() public méthode

public Show ( string text, IWin32Window window, Point point ) : void
text string
window IWin32Window
point Point
Résultat void

Show() public méthode

public Show ( string text, IWin32Window window, Point point, int duration ) : void
text string
window IWin32Window
point Point
duration int
Résultat void

Show() public méthode

public Show ( string text, IWin32Window window, int duration ) : void
text string
window IWin32Window
duration int
Résultat void

Show() public méthode

public Show ( string text, IWin32Window window, int x, int y ) : void
text string
window IWin32Window
x int
y int
Résultat void

Show() public méthode

public Show ( string text, IWin32Window window, int x, int y, int duration ) : void
text string
window IWin32Window
x int
y int
duration int
Résultat void

StopTimer() protected méthode

protected StopTimer ( ) : void
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string

ToolTip() public méthode

public ToolTip ( ) : System.Collections
Résultat System.Collections

ToolTip() public méthode

public ToolTip ( System cont ) : System.Collections
cont System
Résultat System.Collections