Class LabelMouseUpEventArgs
Mouse Up events for caption label
Inheritance
System.Object
LabelMouseUpEventArgs
Namespace: Syncfusion.Windows.Forms
Assembly: Syncfusion.Shared.Base.dll
Syntax
public class LabelMouseUpEventArgs : MouseEventArgs
Constructors
LabelMouseUpEventArgs(CaptionLabel, Color, Font, String, Point, Size, Color, MouseButtons, Int32, Int32, Int32, Int32)
Constructor for LabelMouseUpEventArgs
Declaration
public LabelMouseUpEventArgs(CaptionLabel label, Color lBackColor, Font lFont, string lText, Point lLocation, Size lSize, Color lForeColor, MouseButtons button, int clicks, int x, int y, int delta)
Parameters
Type | Name | Description |
---|---|---|
CaptionLabel | label | Owner for the events |
System.Drawing.Color | lBackColor | |
System.Drawing.Font | lFont | Font for caption label |
System.String | lText | Text for caption label |
System.Drawing.Point | lLocation | Location for caption label |
System.Drawing.Size | lSize | Size of the caption label |
System.Drawing.Color | lForeColor | |
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 |
Font
Gets/Sets the value for Font
Declaration
public Font Font { get; set; }
Property Value
Type |
---|
System.Drawing.Font |
ForeColor
Gets/Sets the value for forecolor
Declaration
public Color ForeColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
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 |
Text
Gets/Sets the value for Text
Declaration
public string Text { get; set; }
Property Value
Type |
---|
System.String |