menu

WinForms

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

    Show / Hide Table of Contents

    Class ComboBoxToolTipOpeningEventArgs

    Provides data about the event.

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