ColorPickEditTooltipShowingEventArgs(Color, String, String, ColorTooltipFormat) Constructor
Initializes a new instance of the ColorPickEditTooltipShowingEventArgs class with the specified settings.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
public ColorPickEditTooltipShowingEventArgs(
Color color,
string titleText,
string contentText,
ColorTooltipFormat format
)
Parameters
Name | Type | Description |
---|---|---|
color | Color | A Color value used to initialize the ColorPickEditTooltipShowingEventArgs.Color property. |
titleText | String | A string value used to initialize the ColorPickEditTooltipShowingEventArgs.TitleText property. |
contentText | String | A string value used to initialize the ColorPickEditTooltipShowingEventArgs.ContentText property. |
format | ColorTooltipFormat | A ColorTooltipFormat value used to initialize the ColorPickEditTooltipShowingEventArgs.Format property. |
See Also