EditorButton(ButtonPredefines, String, SuperToolTip) Constructor
Initializes a new instance of the EditorButton class.
Namespace: DevExpress.XtraEditors.Controls
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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