ToolTip Properties
.NET Framework 3.0
(see also
Protected Properties
)
Top
| Name | Description | |
|---|---|---|
| Active | Gets or sets a value indicating whether the ToolTip is currently active. |
| AutomaticDelay | Gets or sets the automatic delay for the 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. |
| BackColor | Gets or sets the background color for the ToolTip. |
| Container | Gets the IContainer that contains the Component. (inherited from Component) |
| ForeColor | Gets or sets the foreground color for the ToolTip. |
| InitialDelay | Gets or sets the time that passes before the ToolTip appears. |
| IsBalloon | Gets or sets a value indicating whether the ToolTip should use a balloon window. |
| OwnerDraw | Gets or sets a value indicating whether the ToolTip is drawn by the operating system or by code that you provide. |
| 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. |
| ShowAlways | Gets or sets a value indicating whether a ToolTip window is displayed, even when its parent control is not active. |
| Site | Gets or sets the ISite of the Component. (inherited from Component) |
| StripAmpersands | Gets or sets a value that determines how ampersand (&) characters are treated. |
| Tag | Gets or sets the object that contains programmer-supplied data associated with the ToolTip. |
| ToolTipIcon | Gets or sets a value that defines the type of icon to be displayed alongside the ToolTip text. |
| ToolTipTitle | Gets or sets a title for the ToolTip window. |
| UseAnimation | Gets or sets a value determining whether an animation effect should be used when displaying the ToolTip. |
| UseFading | Gets or sets a value determining whether a fade effect should be used when displaying the ToolTip. |
| Name | Description | |
|---|---|---|
| CanRaiseEvents | Gets a value indicating whether the component can raise an event. (inherited from Component) |
| CreateParams | Gets the creation parameters for the ToolTip window. |
| DesignMode | Gets a value that indicates whether the Component is currently in design mode. (inherited from Component) |
| Events | Gets the list of event handlers that are attached to this Component. (inherited from Component) |
Reference
ToolTip ClassSystem.Windows.Forms Namespace
ToolTipIcon
HelpProvider
Other Resources
Extender ProvidersToolTip Component (Windows Forms)