ToolTipController Properties
A tooltip controller for individual UI controls.| Name | Description |
|---|---|
| Active | Gets or sets whether the component’s functionality is enabled. |
| ActiveControlClient | Gets the active control, if it implements the IToolTipControlClient interface. |
| ActiveObject | Returns the object that identifies which of the bound control’s elements the tooltip is displayed for. |
| ActiveObjectInfo | An object containing tooltip information for the current element of a bound control. |
| AllowHtmlText | Gets or sets whether HTML formatting tags can be used to format text in tooltips. |
| Appearance | This member is not supported. |
| AppearanceTitle | This member is not supported. |
| AutoPopDelay | Gets or sets the timeframe during which a tooltip is visible on-screen. |
| CanRaiseEvents protected | Gets a value indicating whether the component can raise an event. Inherited from Component. |
| CloseOnClick | Gets or sets whether a tooltip is closed on a click. |
| Container | Gets the IContainer that contains the Component. Inherited from Component. |
| DefaultController static | Gets the default ToolTipController used for displaying tooltips. |
| DesignMode protected | Gets a value that indicates whether the Component is currently in design mode. Inherited from Component. |
| Events protected | Gets the list of event handlers that are attached to this Component. Inherited from Component. |
| HtmlImages | Gets or sets a collection of images that you can embed into captions/messages/tooltips in the control using the image HTML-inspired tag. |
| HtmlTemplate | An HTML & CSS template applied to regular hints and Super Tooltips of controls whose tooltips are managed by this ToolTipController. |
| IconSize | Gets or sets the tooltip icon size. |
| IconType | Obsolete. Gets or sets the tooltip icon type. This property is obsolete, use ToolTipIconType instead. |
| ImageIndex | Gets or sets the index of an image to be displayed within tooltips. |
| ImageList | Gets or sets the source of the images that can be displayed within tooltips. |
| InitialDelay | Gets or sets the time interval between a visual element being hovered, and its tooltip being shown on-screen. |
| IsDefaultToolTipLocation | This member supports the internal infrastructure, and is not intended to be used directly from your code. |
| KeepWhileHovered | Gets or sets whether a displayed tooltip remains visible while the mouse cursor keeps moving (without pauses) towards the tooltip and while it hovers the tooltip. |
| ReshowDelay | Gets or sets the time interval that must pass before another hint is displayed if another hint is currently visible. |
| Rounded | Gets or sets whether the tooltip’s corners are rounded. |
| RoundRadius | Gets or sets the radius of the rounded corners of the tooltip window. |
| ShowBeak | Tests whether callout beaks are displayed for hints. |
| ShowShadow | Gets or sets whether the tooltips are shown shadowed. |
| Site | Gets or sets the ISite of the Component. Inherited from Component. |
| Style | This member is not supported. |
| ToolTipAnchor | Gets or sets whether tooltips are anchored relative to the mouse pointer or relative to the owning control. This property is not in effect if you handle the ToolTipController.GetActiveObjectInfo event. |
| ToolTipLocation | Gets or sets the tooltip location. |
| ToolTipStyle | Gets or sets the look-and-feel of regular tooltips. |
| ToolTipType | Gets or sets the type of tooltips displayed by the controller. |
| UseWindowStyle | Obsolete. Gets or sets whether the default style should be used for the hint. |
See Also