Overload List

  Name Description
Public method Show(String, IWin32Window)
Sets the ToolTip text associated with the specified control, and displays the ToolTip modally.
(Inherited from ToolTip.)
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 ToolTip.)
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 ToolTip.)
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 ToolTip.)
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 ToolTip.)
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 ToolTip.)

See Also