Class DateTimeEditToolTipOpenedEventArgs
Provides data about the
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 |