Skip to main content
A newer version of this page is available. .

ColorPickEditTooltipShowingEventArgs(Color, String, String, ColorTooltipFormat) Constructor

Initializes a new instance of the ColorPickEditTooltipShowingEventArgs class with the specified settings.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v19.1.dll

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