Class ComboBoxToolTipOpenedEventArgs
Provides data about the
Inheritance
System.Object
System.EventArgs
ComboBoxToolTipOpenedEventArgs
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.ListView.Events
Assembly: Syncfusion.SfListView.WinForms.dll
Syntax
public class ComboBoxToolTipOpenedEventArgs : EventArgs
Constructors
ComboBoxToolTipOpenedEventArgs(String, ToolTipInfo, Point)
Initializes a new instance of the ComboBoxToolTipOpenedEventArgs class.
Declaration
public ComboBoxToolTipOpenedEventArgs(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 |