WinForms

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

    Show / Hide Table of Contents

    Class LabelMouseEnterEventArgs

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

    Constructors

    LabelMouseEnterEventArgs(CaptionLabel, Color, Font, String, Point, Size, Color, MouseButtons, Int32, Int32, Int32, Int32)

    Constructor for LabelMouseEnterEventArgs

    Declaration
    public LabelMouseEnterEventArgs(CaptionLabel label, Color lBackColor, Font lFont, string lText, Point lLocation, Size lSize, Color lForeColoe, 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 lForeColoe

    ForeColor for caption label

    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

    Font

    Gets/Sets the value for Font

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

    ForeColor

    Gets/Sets the value for forecolor

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

    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

    Text

    Gets/Sets the value for Text

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