menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ImageButton - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved