The members of System.Windows.Forms.ToolTip are listed below.
See Also: Inherited members from System.ComponentModel.Component
ToolTip() |
Initializes a new instance of the System.Windows.Forms.ToolTip without a specified container. | |
Initializes a new instance of the System.Windows.Forms.ToolTip class with a specified container. |
Active | bool.
Gets or sets a value indicating whether the ToolTip is currently active. | |
AutomaticDelay | int.
Gets or sets the automatic delay for the ToolTip. | |
AutoPopDelay | int.
Gets or sets the period of time the ToolTip remains visible if the pointer is stationary on a control with specified ToolTip text. | |
BackColor | System.Drawing.Color.
Gets or sets the background color for the ToolTip. | |
ForeColor | System.Drawing.Color.
Gets or sets the foreground color for the ToolTip. | |
InitialDelay | int.
Gets or sets the time that passes before the ToolTip appears. | |
IsBalloon | bool.
Gets or sets a value indicating whether the ToolTip should use a balloon window. | |
OwnerDraw | bool.
Gets or sets a value indicating whether the ToolTip is drawn by the operating system or by code that you provide. | |
ReshowDelay | int.
Gets or sets the length of time that must transpire before subsequent ToolTip windows appear as the pointer moves from one control to another. | |
ShowAlways | bool.
Gets or sets a value indicating whether a ToolTip window is displayed, even when its parent control is not active. | |
StripAmpersands | bool.
Gets or sets a value that determines how ampersand (&) characters are treated. | |
Tag | object.
Gets or sets the object that contains programmer-supplied data associated with the System.Windows.Forms.ToolTip. | |
ToolTipIcon | ToolTipIcon.
Gets or sets a value that defines the type of icon to be displayed alongside the ToolTip text. | |
ToolTipTitle | string.
Gets or sets a title for the ToolTip window. | |
UseAnimation | bool.
Gets or sets a value determining whether an animation effect should be used when displaying the ToolTip. | |
UseFading | bool.
Gets or sets a value determining whether a fade effect should be used when displaying the ToolTip. |
[read-only] | CreateParams | CreateParams.
Gets the creation parameters for the ToolTip window. |
CanExtend(object)
| ||
Finalize()
| ||
GetToolTip(Control)
| ||
Hide(IWin32Window)
| ||
RemoveAll()
| ||
SetToolTip(Control, string)
| ||
Show(string, IWin32Window)
| ||
Show(string, IWin32Window, System.Drawing.Point)
| ||
Show(string, IWin32Window, int)
| ||
Show(string, IWin32Window, System.Drawing.Point, int)
| ||
Show(string, IWin32Window, int, int)
| ||
Show(string, IWin32Window, int, int, int)
| ||
override | ToString()
|
override | Dispose(bool)
| |
StopTimer()
|
Draw |
Occurs when the ToolTip is drawn and the ToolTip.OwnerDraw property is set to true and the ToolTip.IsBalloon property is false. | |
Popup |
Occurs before a ToolTip is initially displayed. This is the default event for the System.Windows.Forms.ToolTip class. |