The PreviewToolTip type exposes the following members.
Methods
Name | Description | |
---|---|---|
CanExtend |
Returns true if the ToolTip can offer an extender property to the specified target component.
(Inherited from ToolTip.) |
|
GetToolTip |
Retrieves the ToolTip text associated with the specified control.
(Inherited from ToolTip.) |
|
Hide |
Hides the specified ToolTip window.
(Inherited from ToolTip.) |
|
RemoveAll |
Removes all ToolTip text currently associated with the ToolTip component.
(Inherited from ToolTip.) |
|
SetToolTip |
Associates ToolTip text with the specified control.
(Inherited from ToolTip.) |
|
Show(String, IWin32Window) |
Sets the ToolTip text associated with the specified control, and displays the ToolTip modally.
(Inherited from ToolTipToolTip.) |
|
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.) |
|
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.) |
|
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.) |
|
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.) |
|
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.) |
|
ToString |
Returns a string representation for this control.
(Inherited from ToolTip.) |