C# Class System.Windows.Forms.ToolTip

Inheritance: System.ComponentModel.Component, IExtenderProvider
Show file Open project: Clancey/MonoMac.Windows.Form Class Usage Examples

Private Properties

Property 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

Public Methods

Method 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

Protected Methods

Method Description
Dispose ( bool disposing ) : void
StopTimer ( ) : void

Private Methods

Method 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 method

public CanExtend ( object target ) : bool
target object
return bool

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

Hide() public method

public Hide ( IWin32Window win ) : void
win IWin32Window
return void

RemoveAll() public method

public RemoveAll ( ) : void
return void

SetToolTip() public method

public SetToolTip ( Control control, string caption ) : void
control Control
caption string
return void

Show() public method

public Show ( string text, IWin32Window window ) : void
text string
window IWin32Window
return void

Show() public method

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

Show() public method

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

Show() public method

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

Show() public method

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

Show() public method

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

StopTimer() protected method

protected StopTimer ( ) : void
return void

ToString() public method

public ToString ( ) : string
return string

ToolTip() public method

public ToolTip ( ) : System.Collections
return System.Collections

ToolTip() public method

public ToolTip ( System cont ) : System.Collections
cont System
return System.Collections