ToolTipControllerShowEventArgs Members
In This Article
#Constructors
Name | Description |
---|---|
Tool |
Creates an instance of the Tool |
Tool |
Initializes a new instance of the Tool |
Tool |
Initializes a new instance of the Tool |
Tool |
Creates an instance of the Tool |
#Fields
Name | Description |
---|---|
Empty static |
Provides a value to use with events that do not have event data.
Inherited from Event |
#Properties
Name | Description |
---|---|
Allow |
Gets or sets whether HTML formatting tags can be used to format the tooltip’s text. |
Appearance |
Gets the tooltip’s appearance settings. This property is not in effect for Super |
Appearance |
Gets the appearance settings used to paint the tooltip’s title. This property is not in effect for Super |
Auto |
Gets or sets whether the tooltip is hidden after a specific time ellapses. |
Flyout |
Gets a control that should be shown within a flyout tooltip. |
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 |
Gets or sets the HTML template that should be used for this specific control. |
Icon |
Gets the size of the predefined icon to display in the tooltip. |
Icon |
Gets or sets the predefined icon to display in the tooltip. |
Image |
Gets or sets the source of images that can be displayed within tooltips. |
Image |
Provides access to options that specify the raster or vector image displayed in the processed tooltip. |
Object |
Gets or sets the bounds of the current object for which a tooltip is displayed. |
Right |
Gets or sets whether a tooltip’s visual elements are aligned to support locales using right-to-left fonts. |
Rounded | Gets or sets whether the tooltip window has rounded corners. |
Round |
Gets or sets the radius of the rounded corners of the tooltip window. |
Selected |
Gets or sets the control for which a tooltip controller’s event is fired.
Inherited from Tool |
Selected |
Gets or sets the element of the control for which the tooltip should be displayed.
Inherited from Tool |
Show | Gets or sets whether the tooltip should be displayed. |
Show |
Tests whether callout beaks are displayed for hints. |
Super |
Gets or sets a Super |
Title | Gets or sets the regular tooltip’s title. |
Tool |
Gets or sets the text for the regular tooltip. |
Tool |
Gets or sets whether the tooltip is anchored relative to the mouse pointer or relative to the editor. |
Tool |
Gets or sets the image to display within the current tooltip. |
Tool |
Gets or sets the space, in pixels, between the tooltip and the associated visual element. |
Tool |
Gets or sets the location of the tooltip window relative to the position where the tooltip should appear. |
Tool |
Gets or sets the look-and-feel settings of the regular tooltip displayed. |
Tool |
Gets or sets the type of tooltip to be displayed. |
#Methods
Name | Description |
---|---|
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether two objects are equal. |
Get |
Gets the hash code (a number) that corresponds to the value of the current object. |
Get |
Gets the actual location of the tooltip window relative to the position where the tooltip should appear. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
To |
Returns a string that represents the current object. Inherited from Object. |
See Also