Skip to main content

EditorButton(EditorButtonImageOptions, ButtonPredefines, SuperToolTip) Constructor

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

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public EditorButton(
    EditorButtonImageOptions imageOptions,
    ButtonPredefines kind,
    SuperToolTip superTip
)

Parameters

Name Type Description
imageOptions DevExpress.XtraEditors.Controls.EditorButtonImageOptions

An EditorButtonImageOptions object that specifies image options. This value is assigned to the EditorButton.ImageOptions property.

kind ButtonPredefines

A ButtonPredefines value that specifies the predefined image for the button. This value is assigned to the EditorButton.Kind property.

superTip SuperToolTip

A SuperToolTip object that represents a tooltip that supports multiple text and image regions. This value is assigned to the EditorButton.SuperTip property.

See Also