menu

WinForms

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

    Show / Hide Table of Contents

    Class LabelMouseMoveEventArgs

    Mouse Move events for caption label

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

    Constructors

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

    Constructor for LabelMouseMoveEventArgs

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