ToolTipController Properties
A tooltip controller for individual UI controls.
Name | Description |
---|---|
Active | Gets or sets whether the component’s functionality is enabled. |
Active |
Gets the active control, if it implements the ITool |
Active |
Returns the object that identifies which of the bound control’s elements the tooltip is displayed for. |
Active |
An object containing tooltip information for the current element of a bound control. |
Allow |
Gets or sets whether HTML formatting tags can be used to format text in tooltips. |
Appearance | Gets or sets the settings that control the appearance of a tooltip’s window and text. |
Appearance |
Provide the settings that control the appearance of a tooltip’s title. |
Auto |
Gets or sets the timeframe during which a tooltip is visible on-screen. |
Can |
Gets a value indicating whether the component can raise an event. Inherited from Component. |
Close |
Gets or sets whether a tooltip is closed on a click. |
Container | Gets the IContainer that contains the Component. Inherited from Component. |
Default |
Gets the default Tool |
Design |
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. |
Html |
Gets or sets a collection of images that you can embed into captions/messages/tooltips in the control using the image HTML-inspired tag. |
Html |
An HTML & CSS template applied to regular hints and Super Tooltips of controls whose tooltips are managed by this Tool |
Icon |
Gets or sets the tooltip icon size. |
Icon |
Obsolete. Gets or sets the tooltip icon type. This property is obsolete, use Tool |
Image |
Gets or sets the index of an image to be displayed within tooltips. |
Image |
Gets or sets the source of the images that can be displayed within tooltips. |
Initial |
Gets or sets the time interval between a visual element being hovered, and its tooltip being shown on-screen. |
Is |
This member supports the internal infrastructure, and is not intended to be used directly from your code. |
Keep |
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. |
Reshow |
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. |
Round |
Gets or sets the radius of the rounded corners of the tooltip window. |
Show |
Tests whether callout beaks are displayed for hints. |
Show |
Gets or sets whether the tooltips are shown shadowed. |
Site | Gets or sets the ISite of the Component. Inherited from Component. |
Style | Gets the appearance settings used to paint the hints of bound controls. |
Tool |
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 Tool |
Tool |
Gets or sets the tooltip location. |
Tool |
Gets or sets the look-and-feel of regular tooltips. |
Tool |
Gets or sets the type of tooltips displayed by the controller. |
Use |
Obsolete. Gets or sets whether the default style should be used for the hint. |
See Also