Back to Devexpress

ColorPickEditBase.TooltipShowing Event

windowsforms-devexpress-dot-xtraeditors-dot-colorpickeditbase.md

latest2.5 KB
Original Source

ColorPickEditBase.TooltipShowing Event

Allows you to customize tooltips displayed when hovering over colors in the Custom and Web-Safe palettes.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DXCategory("Events")]
public event EventHandler<ColorPickEditTooltipShowingEventArgs> TooltipShowing
vb
<DXCategory("Events")>
Public Event TooltipShowing As EventHandler(Of ColorPickEditTooltipShowingEventArgs)

Event Data

The TooltipShowing event's data class is ColorPickEditTooltipShowingEventArgs. The following properties provide information specific to this event:

PropertyDescription
ColorGets the color for which a tooltip will be displayed.
ContentTextGets or sets the content for the current tooltip.
FormatGets the display format of the current color’s value displayed in the tooltip.
TitleTextGets or sets the title for the current tooltip.

Remarks

The TooltipShowing event is equivalent to the RepositoryItemColorPickEdit.TooltipShowing event, accessible via the ColorPickEditBase.Properties object, i.e. adding/removing an event handler for the current event actually affects the RepositoryItemColorPickEdit.TooltipShowing event.

See Also

ColorPickEditBase Class

ColorPickEditBase Members

DevExpress.XtraEditors Namespace