WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ImageMouseLeaveEventArgs - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ImageMouseLeaveEventArgs

    Mouse Move events for caption image

    Inheritance
    System.Object
    ImageMouseLeaveEventArgs
    Namespace: Syncfusion.Windows.Forms
    Assembly: Syncfusion.Shared.Base.dll
    Syntax
    public class ImageMouseLeaveEventArgs : MouseEventArgs

    Constructors

    ImageMouseLeaveEventArgs(CaptionImage, Image, Color, Point, Size, Color, MouseButtons, Int32, Int32, Int32, Int32)

    Constructor for ImageMouseLeaveEventArgs

    Declaration
    public ImageMouseLeaveEventArgs(CaptionImage cImage, Image iImage, Color ibackColor, Point iLocation, Size iSize, Color iForeColor, MouseButtons button, int clicks, int x, int y, int delta)
    Parameters
    Type Name Description
    CaptionImage cImage

    Owner for the events

    System.Drawing.Image iImage

    Image for caption image

    System.Drawing.Color ibackColor

    BackColor for caption image

    System.Drawing.Point iLocation

    Location for caption image

    System.Drawing.Size iSize

    Size of the caption image

    System.Drawing.Color iForeColor

    ForeColor for caption image

    System.Windows.Forms.MouseButtons button
    System.Int32 clicks
    System.Int32 x

    Mouse points in X-co ordinate

    System.Int32 y

    Mouse points in Y-co ordinate

    System.Int32 delta

    Properties

    BackColor

    Gets/Sets the value for backcolor

    Declaration
    public Color BackColor { get; set; }
    Property Value
    Type Description
    System.Drawing.Color

    ForeColor

    Gets/Sets the value for forecolor

    Declaration
    public Color ForeColor { get; set; }
    Property Value
    Type Description
    System.Drawing.Color

    Image

    Declaration
    public Image Image { get; set; }
    Property Value
    Type Description
    System.Drawing.Image

    Location

    Gets/Sets the value for Location

    Declaration
    public Point Location { get; set; }
    Property Value
    Type Description
    System.Drawing.Point

    Size

    Gets/Sets the value for size

    Declaration
    public Size Size { get; set; }
    Property Value
    Type Description
    System.Drawing.Size
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved