Methods |
Description |
getActivate |
Retrieves a boolean value that indicates whether the ToolTip control is currently active. |
getAutomaticDelay |
Retrieves the automatic delay for the ToolTip control. |
getAutoPopDelay |
Retrieves the ToolTip control's autopop delay. |
getInitialDelay |
Sets the initial delay for the ToolTip control. |
getReshowDelay |
Retrieves the current value of the ToolTip control's reshow delay. |
getShowAlways |
Retrieves a boolean value that indicates whether the tooltip window is displayed even when its parent control is not active. |
getToolTip |
Retrieves the tooltip text associated with the specified control. |
removeAll |
Removes all the tooltips currently associated with the ToolTip control. |
setActivate |
Activates or deactivates the ToolTip control. |
setAutomaticDelay |
Sets the automatic delay on the ToolTip control. |
setAutoPopDelay |
Sets the autopop delay on a ToolTip control. |
setInitialDelay |
Sets the ToolTip control's initial delay. |
setReshowDelay |
Sets the reshow display which designates the time it takes for subsequent ToolTip windows to appear as the mouse pointer moves from one tooltip region to another. |
setShowAlways |
Sets a boolean value that indicates whether the ToolTip window should be displayed even when its parent control is not active. |
setToolTip |
Associates tooltip text with the specified control. |