Class ComboBoxToolTipOpeningEventArgs
Provides data about the
Inheritance
System.Object
ComboBoxToolTipOpeningEventArgs
Namespace: Syncfusion.WinForms.ListView.Events
Assembly: Syncfusion.SfListView.WinForms.dll
Syntax
public class ComboBoxToolTipOpeningEventArgs : CancelEventArgs
Constructors
ComboBoxToolTipOpeningEventArgs(String, ToolTipInfo, Point)
Initializes a new instance of the ComboBoxToolTipOpeningEventArgs class.
Declaration
public ComboBoxToolTipOpeningEventArgs(string text, ToolTipInfo toolTipInfo, Point location)
Parameters
Type | Name | Description |
---|---|---|
System.String | text | The fisplay 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 |