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.) |
Properties
Name | Description | |
---|---|---|
Active |
Gets or sets a value indicating whether the ToolTip is currently active.
(Inherited from ToolTip.) |
|
AutomaticDelay |
Gets or sets the automatic delay for the ToolTip.
(Inherited from ToolTip.) |
|
AutoPopDelay |
Gets or sets the period of time the ToolTip remains visible if the pointer is stationary on a control with specified ToolTip text.
(Inherited from ToolTip.) |
|
BackColor |
Gets or sets the background color for the ToolTip.
(Inherited from ToolTip.) |
|
ForeColor |
Gets or sets the foreground color for the ToolTip.
(Inherited from ToolTip.) |
|
InitialDelay |
Gets or sets the time that passes before the ToolTip appears.
(Inherited from ToolTip.) |
|
IsBalloon |
Gets or sets a value indicating whether the ToolTip should use a balloon window.
(Inherited from ToolTip.) |
|
OwnerDraw |
Gets or sets a value indicating whether the ToolTip is drawn by the operating system or by code that you provide.
(Inherited from ToolTip.) |
|
ReshowDelay |
Gets or sets the length of time that must transpire before subsequent ToolTip windows appear as the pointer moves from one control to another.
(Inherited from ToolTip.) |
|
ShowAlways |
Gets or sets a value indicating whether a ToolTip window is displayed, even when its parent control is not active.
(Inherited from ToolTip.) |
|
StripAmpersands |
Gets or sets a value that determines how ampersand (&) characters are treated.
(Inherited from ToolTip.) |
|
Tag |
Gets or sets the object that contains programmer-supplied data associated with the ToolTip.
(Inherited from ToolTip.) |
|
ToolTipIcon |
Gets or sets a value that defines the type of icon to be displayed alongside the ToolTip text.
(Inherited from ToolTip.) |
|
ToolTipTitle |
Gets or sets a title for the ToolTip window.
(Inherited from ToolTip.) |
|
UseAnimation |
Gets or sets a value determining whether an animation effect should be used when displaying the ToolTip.
(Inherited from ToolTip.) |
|
UseFading |
Gets or sets a value determining whether a fade effect should be used when displaying the ToolTip.
(Inherited from ToolTip.) |
Events
Name | Description | |
---|---|---|
Draw |
Occurs when the ToolTip is drawn and the OwnerDraw property is set to true.
(Inherited from ToolTip.) |
|
Popup |
Occurs before a ToolTip is initially displayed. This is the default event for the ToolTip class.
(Inherited from ToolTip.) |