The PreviewToolTip type exposes the following members.

Methods

  Name Description
Public method CanExtend
Returns true if the ToolTip can offer an extender property to the specified target component.
(Inherited from ToolTip.)
Public method GetToolTip
Retrieves the ToolTip text associated with the specified control.
(Inherited from ToolTip.)
Public method Hide
Hides the specified ToolTip window.
(Inherited from ToolTip.)
Public method RemoveAll
Removes all ToolTip text currently associated with the ToolTip component.
(Inherited from ToolTip.)
Public method SetToolTip
Associates ToolTip text with the specified control.
(Inherited from ToolTip.)
Public method Show(String, IWin32Window)
Sets the ToolTip text associated with the specified control, and displays the ToolTip modally.
(Inherited from ToolTipToolTip.)
Public method Show(String, IWin32Window, Int32)
Sets the ToolTip text associated with the specified control, and then displays the ToolTip for the specified duration.
(Inherited from ToolTipToolTip.)
Public method Show(String, IWin32Window, Point)
Sets the ToolTip text associated with the specified control, and then displays the ToolTip modally at the specified relative position.
(Inherited from ToolTipToolTip.)
Public method Show(String, IWin32Window, Point, Int32)
Sets the ToolTip text associated with the specified control, and then displays the ToolTip for the specified duration at the specified relative position.
(Inherited from ToolTipToolTip.)
Public method Show(String, IWin32Window, Int32, Int32)
Sets the ToolTip text associated with the specified control, and then displays the ToolTip modally at the specified relative position.
(Inherited from ToolTipToolTip.)
Public method Show(String, IWin32Window, Int32, Int32, Int32)
Sets the ToolTip text associated with the specified control, and then displays the ToolTip for the specified duration at the specified relative position.
(Inherited from ToolTipToolTip.)
Public method ToString
Returns a string representation for this control.
(Inherited from ToolTip.)

See Also