menu

WinForms

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

    Show / Hide Table of Contents

    Class ToolTipOptions

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

    Inheritance
    System.Object
    ToolTipOptions
    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 ToolTipOptions

    Constructors

    ToolTipOptions(SfListView)

    Initializes a new instance of the ToolTipOptions class.

    Declaration
    public ToolTipOptions(SfListView listView)
    Parameters
    Type Name Description
    SfListView listView

    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