ToolTipController Members
In This Article
#Constructors
Name | Description |
---|---|
Tool |
Creates a new instance of the Tool |
Tool |
Initializes a new instance of the Tool |
#Properties
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. |
#Methods
Name | Description |
---|---|
Add |
Enables the display of tooltips for the specified control implementing the DevExpress. |
Add |
Enables the display of tooltips for the specified control implementing the DevExpress. |
Create |
Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
Inherited from Marshal |
Create |
Returns a Tool |
Dispose() | Releases all resources used by the Component. Inherited from Component. |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Get |
Returns whether HTML formatting is enabled in tooltips for the specified control. |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Retrieves the current lifetime service object that controls the lifetime policy for this instance.
Inherited from Marshal |
Get |
Returns an object that represents a service provided by the Component or by its Container. Inherited from Component. |
Get |
Gets a Super |
Get |
Gets a regular tooltip’s title displayed within the specified control. |
Get |
Gets a regular tooltip for the specified control. |
Get |
Gets whether the tooltip associated with the specified control is anchored relative to the mouse pointer or the owning control. |
Get |
Gets the type of the icon displayed within the specified control’s regular tooltip. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Hide |
Hides the hint if it is being displayed. |
Hide |
This member supports the internal infrastructure, and is not intended to be used directly from your code. |
Initialize |
Obtains a lifetime service object to control the lifetime policy for this instance.
Inherited from Marshal |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Memberwise |
Creates a shallow copy of the current Marshal |
Process |
This member supports the internal infrastructure, and is not intended to be used directly from your code. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
Remove |
Disables displaying tooltips for the specified control implementing the DevExpress. |
Reset |
Resets the timer which controls when a tooltip’s window is hidden. |
Set |
Sets whether HTML formatting is enabled in tooltips for the specified control. |
Set |
Associates a Super |
Set |
Sets a regular tooltip’s title for the specified control. |
Set |
Sets a regular tooltip for the specified control. |
Set |
Sets whether the tooltip associated with the specified control is anchored relative to the mouse pointer or the owning control. |
Set |
Sets the type of the icon displayed within the specified control’s regular tooltip. |
Show |
Displays a hint using the specified tooltip information. |
Show |
Displays a hint relative to a specific point using specified settings. |
Show |
Displays a hint for a control using specified settings. |
Show |
Displays a hint relative to the mouse cursor using specified settings. |
Show |
Displays a hint at a specified position relative to a specific point. |
Show |
Displays a hint at the specified position relative to the mouse cursor. |
Show |
Displays a hint relative to the specified point using current Tool |
Show |
Displays a hint with the specified text and title relative to the specified point. |
Show |
Displays a hint with the specified text and title relative to the mouse cursor’s position. |
Show |
Displays a hint with the specified text and title at the specified point using the current Tool |
Show |
Displays a hint with the specified text and title relative to the specified control. |
Show |
Displays a hint with the specified text and title relative to the mouse cursor using the current Tool |
Show |
Displays a hint relative to a specific control. |
Show |
Displays a hint relative to the mouse cursor using current Tool |
To |
Returns a String containing the name of the Component, if any. This method should not be overridden. Inherited from Component. |
#Events
Name | Description |
---|---|
Before |
Fires when a tooltip is about to be displayed. Allows you to dynamically specify the tooltip text, image, and appearance settings. |
Calc |
Enables you to specify the position and size of the tooltip window. |
Custom |
Enables a tooltip’s window to be custom painted. |
Disposed | Occurs when the component is disposed by a call to the Dispose() method. Inherited from Component. |
Get |
Allows you to display custom tooltips for any UI element of a control that implements the DevExpress. interface.
|
Hyperlink |
Occurs when a user clicks a hyperlink within a control’s tooltip or super tooltip. |
See Also