EditorButton(ButtonPredefines, Image, 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
[EditorBrowsable(EditorBrowsableState.Never)]
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