menu

WinForms

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

    Show / Hide Table of Contents

    Class ComboBoxToolTipOptions

    Represents a class that provides the options to customize the ToolTipOption of SfListView.

    Inheritance
    System.Object
    ComboBoxToolTipOptions
    Inherited Members
    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
    Assembly: Syncfusion.SfListView.WinForms.dll
    Syntax
    public class ComboBoxToolTipOptions

    Constructors

    ComboBoxToolTipOptions(SfComboBox)

    Initializes a new instance of the ComboBoxToolTipOptions class.

    Declaration
    public ComboBoxToolTipOptions(SfComboBox combobox)
    Parameters
    Type Name Description
    SfComboBox combobox

    Object of the ListView.

    Properties

    AutoPopDelay

    Gets or sets the period of time the ToolTipOption remains visible if the pointer is stationary on a item.

    Declaration
    public int AutoPopDelay { get; set; }
    Property Value
    Type
    System.Int32

    InitialDelay

    Gets or sets the time that passes before the ToolTipOption appears.

    Declaration
    public int InitialDelay { get; set; }
    Property Value
    Type
    System.Int32

    ShadowVisible

    Gets or sets a value indicating whether shadow should be drawn for the ToolTipOption.

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