windowsforms-devexpress-dot-utils-dot-tooltipcontrollershoweventargs-dot-underscore-members.md
Provides data for the ToolTipController.BeforeShow event.
| Name | Description |
|---|---|
| ToolTipControllerShowEventArgs() | Creates an instance of the ToolTipControllerShowEventArgs class and initializes properties with default values |
| ToolTipControllerShowEventArgs(Control, Object, String, String, ToolTipLocation, Boolean, Boolean, Int32, ToolTipIconType, ToolTipIconSize, Object, Int32, AppearanceObject, AppearanceObject) | Initializes a new instance of the ToolTipControllerShowEventArgs class with the specified settings. |
| ToolTipControllerShowEventArgs(Control, Object, String, String, ToolTipLocation, Boolean, Boolean, Int32, ToolTipStyle, ToolTipIconType, ToolTipIconSize, Object, Int32, AppearanceObject, AppearanceObject) | Initializes a new instance of the ToolTipControllerShowEventArgs class with the specified settings. |
| ToolTipControllerShowEventArgs(Control, Object) | Creates an instance of the ToolTipControllerShowEventArgs class and initializes the ToolTipControllerEventArgsBase.SelectedControl and ToolTipControllerEventArgsBase.SelectedObject properties. |
| Name | Description |
|---|---|
| Empty static | Provides a value to use with events that do not have event data. Inherited from EventArgs. |
| Name | Description |
|---|---|
| AllowHtmlText | Gets or sets whether HTML formatting tags can be used to format the tooltip’s text. |
| Appearance | This member is not supported. |
| AppearanceTitle | This member is not supported. |
| AutoHide | Gets or sets whether the tooltip is hidden after a specific time ellapses. |
| FlyoutControl | Gets a control that should be shown within a flyout tooltip. |
| 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 | Gets or sets the HTML template that should be used for this specific control. |
| IconSize | Gets the size of the predefined icon to display in the tooltip. |
| IconType | Gets or sets the predefined icon to display in the tooltip. |
| ImageList | Gets or sets the source of images that can be displayed within tooltips. |
| ImageOptions | Provides access to options that specify the raster or vector image displayed in the processed tooltip. |
| ObjectBounds | Gets or sets the bounds of the current object for which a tooltip is displayed. |
| RightToLeft | 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. |
| RoundRadius | Gets or sets the radius of the rounded corners of the tooltip window. |
| SelectedControl | Gets or sets the control for which a tooltip controller’s event is fired. Inherited from ToolTipControllerEventArgsBase. |
| SelectedObject | Gets or sets the element of the control for which the tooltip should be displayed. Inherited from ToolTipControllerEventArgsBase. |
| Show | Gets or sets whether the tooltip should be displayed. |
| ShowBeak | Tests whether callout beaks are displayed for hints. |
| SuperTip | Gets or sets a SuperToolTip. |
| Title | Gets or sets the regular tooltip’s title. |
| ToolTip | Gets or sets the text for the regular tooltip. |
| ToolTipAnchor | Gets or sets whether the tooltip is anchored relative to the mouse pointer or relative to the editor. |
| ToolTipImage | Gets or sets the image to display within the current tooltip. |
| ToolTipIndent | Gets or sets the space, in pixels, between the tooltip and the associated visual element. |
| ToolTipLocation | Gets or sets the location of the tooltip window relative to the position where the tooltip should appear. |
| ToolTipStyle | Gets or sets the look-and-feel settings of the regular tooltip displayed. |
| ToolTipType | Gets or sets the type of tooltip to be displayed. |
| Name | Description |
|---|---|
| Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
| Equals(Object) | Determines whether two objects are equal. |
| GetHashCode() | Gets the hash code (a number) that corresponds to the value of the current object. |
| GetToolTipLocation() | Gets the actual location of the tooltip window relative to the position where the tooltip should appear. |
| GetType() | Gets the Type of the current instance. Inherited from Object. |
| MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
| ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
| ToString() | Returns a string that represents the current object. Inherited from Object. |
See Also