Back to Devexpress

ToolTipControllerShowEventArgs Properties

windowsforms-devexpress-dot-utils-dot-tooltipcontrollershoweventargs-dot-underscore-properties.md

latest5.3 KB
Original Source

ToolTipControllerShowEventArgs Properties

Provides data for the ToolTipController.BeforeShow event.

NameDescription
AllowHtmlTextGets or sets whether HTML formatting tags can be used to format the tooltip’s text.
AppearanceThis member is not supported.
AppearanceTitleThis member is not supported.
AutoHideGets or sets whether the tooltip is hidden after a specific time ellapses.
FlyoutControlGets a control that should be shown within a flyout tooltip.
HtmlImagesGets or sets a collection of images that you can embed into captions/messages/tooltips in the control using the image HTML-inspired tag.
HtmlTemplateGets or sets the HTML template that should be used for this specific control.
IconSizeGets the size of the predefined icon to display in the tooltip.
IconTypeGets or sets the predefined icon to display in the tooltip.
ImageListGets or sets the source of images that can be displayed within tooltips.
ImageOptionsProvides access to options that specify the raster or vector image displayed in the processed tooltip.
ObjectBoundsGets or sets the bounds of the current object for which a tooltip is displayed.
RightToLeftGets or sets whether a tooltip’s visual elements are aligned to support locales using right-to-left fonts.
RoundedGets or sets whether the tooltip window has rounded corners.
RoundRadiusGets or sets the radius of the rounded corners of the tooltip window.
SelectedControlGets or sets the control for which a tooltip controller’s event is fired. Inherited from ToolTipControllerEventArgsBase.
SelectedObjectGets or sets the element of the control for which the tooltip should be displayed. Inherited from ToolTipControllerEventArgsBase.
ShowGets or sets whether the tooltip should be displayed.
ShowBeakTests whether callout beaks are displayed for hints.
SuperTipGets or sets a SuperToolTip.
TitleGets or sets the regular tooltip’s title.
ToolTipGets or sets the text for the regular tooltip.
ToolTipAnchorGets or sets whether the tooltip is anchored relative to the mouse pointer or relative to the editor.
ToolTipImageGets or sets the image to display within the current tooltip.
ToolTipIndentGets or sets the space, in pixels, between the tooltip and the associated visual element.
ToolTipLocationGets or sets the location of the tooltip window relative to the position where the tooltip should appear.
ToolTipStyleGets or sets the look-and-feel settings of the regular tooltip displayed.
ToolTipTypeGets or sets the type of tooltip to be displayed.

See Also

ToolTipControllerShowEventArgs Class

ToolTipControllerShowEventArgs Members

DevExpress.Utils Namespace