The ToolTip type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Active |
Gets or sets a value indicating whether this ToolTip is active. A tip will only appear if the ToolTip has been activated.
| |
| AutoPopDelay |
Gets or sets the the length of time the ToolTip remains visible if the pointer is stationary inside a ToolTip region or a popup window.
| |
| AutoSize |
Gets or sets a value indicating whether the ToolTip can fit the popup window to the best content's size.
| |
| BackColor |
Gets or sets the background color of the tooltip control.
| |
| CloseButton |
Gets or sets a value indicating whether the ToolTip window should display a button to close the ToolTip window.
| |
| Font |
Gets or sets the font to display the content.
| |
| ForeColor |
Gets or sets the foreground color of the tooltip control.
| |
| InitialDelay |
Gets or sets the length of time the pointer must remain stationary within a ToolTip region before the ToolTip windows appears.
| |
| IsBalloon |
Gets or sets a value indicating whether whether the ToolTip will take a balloon form.
| |
| IsVisible |
Gets a value indicating whether the ToolTip is currently visible.
| |
| Item |
Provides detailed information (location, tooltip's region, custom control...) to display tooltip for the associated control.
| |
| KeepVisibleOverTooltip |
Gets or sets a value indicating whether the ToolTip remains visible if the pointer is located inside of the popup window after the AutoPopDelay period has elapsed.
| |
| MoveVisibleTooltip |
Gets or sets a value indicating whether the ToolTip window can follow the pointer if the user moves it inside a ToolTip region.
| |
| Orientation |
Gets or sets the preferred orientation of the ToolTip relative to its start location.
| |
| ReshowDelay |
Gets or sets the length of time it takes for subsequent ToolTip windows to appear as the pointer moves from one ToolTip region to another.
| |
| Resizable |
Gets or sets a value indicating whether the user can resize the ToolTip through the UI interface.
| |
| ShowAlways |
Gets or sets a value indicating whether the ToolTip will be displayed always, even if the parent window is not active.
| |
| Title |
Gets or sets the title of the ToolTip.
| |
| TitleFont |
Gets or sets the font to display the title.
| |
| TitleIcon |
Gets or sets the icon to be displayed in the ToolTip's title.
| |
| TooltipSize |
Gets or sets the size of the tooltip. Can be altered if the AutoSize property is true.
|