alexa
menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Interface IToolTipService

    Namespace: Syncfusion.Windows.Forms.Tools
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public interface IToolTipService : IDisposable

    Methods

    add_Popup(PopupHandler)

    Declaration
    void add_Popup(PopupHandler value)
    Parameters
    Type Name Description
    PopupHandler value

    AddComponent(Object)

    Declaration
    void AddComponent(object component)
    Parameters
    Type Name Description
    System.Object component

    remove_Popup(PopupHandler)

    Declaration
    void remove_Popup(PopupHandler value)
    Parameters
    Type Name Description
    PopupHandler value

    RemoveComponent(Object)

    Declaration
    void RemoveComponent(object component)
    Parameters
    Type Name Description
    System.Object component

    Events

    Pop

    Declaration
    event EventHandler Pop
    Event Type
    Type
    System.EventHandler

    Popup

    Declaration
    event PopupHandler Popup
    Event Type
    Type
    PopupHandler
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved