Class ImageButton
Wizard button
Inheritance
System.Object
ImageButton
Namespace: Syncfusion.Windows.Forms.Diagram
Assembly: Syncfusion.Diagram.Base.dll
Syntax
public class ImageButton : Button
Constructors
ImageButton()
Declaration
public ImageButton()
Properties
HoverImage
Gets or sets the hover image.
Declaration
public Image HoverImage { get; set; }
Property Value
Type | Description |
---|---|
System.Drawing.Image | The hover image. |
NormalImage
Gets or sets the normal image.
Declaration
public Image NormalImage { get; set; }
Property Value
Type | Description |
---|---|
System.Drawing.Image | The normal image. |
Methods
OnMouseEnter(EventArgs)
Declaration
protected override void OnMouseEnter(EventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.EventArgs | e |
OnMouseLeave(EventArgs)
Declaration
protected override void OnMouseLeave(EventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.EventArgs | e |