Свойство | 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é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éthode | Description | |
---|---|---|
Dispose ( bool disposing ) : void | ||
StopTimer ( ) : void |
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 |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
Résultat | void |
public SetToolTip ( Control control, string caption ) : void | ||
control | Control | |
caption | string | |
Résultat | void |
public Show ( string text, IWin32Window window ) : void | ||
text | string | |
window | IWin32Window | |
Résultat | void |
public Show ( string text, IWin32Window window, Point point ) : void | ||
text | string | |
window | IWin32Window | |
point | Point | |
Résultat | void |
public Show ( string text, IWin32Window window, Point point, int duration ) : void | ||
text | string | |
window | IWin32Window | |
point | Point | |
duration | int | |
Résultat | void |
public Show ( string text, IWin32Window window, int duration ) : void | ||
text | string | |
window | IWin32Window | |
duration | int | |
Résultat | void |
public Show ( string text, IWin32Window window, int x, int y ) : void | ||
text | string | |
window | IWin32Window | |
x | int | |
y | int | |
Résultat | void |
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 |
public ToolTip ( System cont ) : System.Collections | ||
cont | System | |
Résultat | System.Collections |