menu

WinForms

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

    Show / Hide Table of Contents

    Class DateTimeEditToolTipOpenedEventArgs

    Provides data about the event.

    Inheritance
    System.Object
    System.EventArgs
    DateTimeEditToolTipOpenedEventArgs
    Inherited Members
    System.EventArgs.Empty
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.WinForms.Input.Events
    Assembly: Syncfusion.SfInput.WinForms.dll
    Syntax
    public class DateTimeEditToolTipOpenedEventArgs : EventArgs

    Constructors

    DateTimeEditToolTipOpenedEventArgs(String, ToolTipInfo, Point)

    Initializes a new instance of the DateTimeEditToolTipOpenedEventArgs class.

    Declaration
    public DateTimeEditToolTipOpenedEventArgs(string text, ToolTipInfo toolTipInfo, Point location)
    Parameters
    Type Name Description
    System.String text

    The display text of an item.

    ToolTipInfo toolTipInfo

    The ToolTipInfo of the ToolTip.

    System.Drawing.Point location

    The location of the tool tip.

    Properties

    DisplayText

    Gets the display text of an item.

    Declaration
    public string DisplayText { get; }
    Property Value
    Type
    System.String

    Location

    Gets or sets the location of the ToolTip.

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

    ToolTipInfo

    Gets or sets the ToolTipInfo of the Tooltip.

    Declaration
    public ToolTipInfo ToolTipInfo { get; set; }
    Property Value
    Type
    ToolTipInfo
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved