ToolTip property


Available for window objects (Window, MDIWindow and DialogBox).

Read/Write only at design time

Specifies whether a tool tip will be available for a window object at run time. It can be one of the following values:

0 None No tooltip will be available (default)
1 Normal A normal type tooltip will be available.
2 Balloon A ballon type tooltip will be available.

When the tooltip is available for a window object, all of its child controls display the text specified by their ToolTipText property.


REMARKS
: You can always get the tooltip handle at run time by calling the GetToolTipHandle method.