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

EditorButton(ButtonPredefines, String, SuperToolTip) Constructor

Initializes a new instance of the EditorButton class.

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v19.1.dll

Declaration

public EditorButton(
    ButtonPredefines kind,
    string toolTip,
    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.

toolTip String

A string value which specifies the button’s tool tip. This value is assigned to the EditorButton.ToolTip 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