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

EditorButton(ButtonPredefines, Image, SuperToolTip) Constructor

Initializes a new instance of the EditorButton class

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

public EditorButton(
    ButtonPredefines kind,
    Image image,
    SuperToolTip superTip
)

Parameters

Name Type Description
kind ButtonPredefines

A ButtonPredefines enumeration value that specifies the button’s image type. This value is assigned to the EditorButton.Kind property.

image Image

The value to initialize the button’s EditorButton.Image 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