Class ImageMouseEnterEventArgs
Inheritance
System.Object
ImageMouseEnterEventArgs
Namespace: Syncfusion.Windows.Forms
Assembly: Syncfusion.Shared.Base.dll
Syntax
public class ImageMouseEnterEventArgs : MouseEventArgs
Constructors
ImageMouseEnterEventArgs(CaptionImage, Image, Color, Point, Size, Color, MouseButtons, Int32, Int32, Int32, Int32)
Constructor for ImageMouseEnterEventArgs
Declaration
public ImageMouseEnterEventArgs(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 |
---|
System.Drawing.Color |
ForeColor
Gets/Sets the value for forecolor
Declaration
public Color ForeColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
Image
Declaration
public Image Image { get; set; }
Property Value
Type |
---|
System.Drawing.Image |
Location
Gets/Sets the value for Location
Declaration
public Point Location { get; set; }
Property Value
Type |
---|
System.Drawing.Point |
Size
Gets/Sets the value for size
Declaration
public Size Size { get; set; }
Property Value
Type |
---|
System.Drawing.Size |