WinForms

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

    Show / Hide Table of Contents

    Interface IToolTipService

    Inherited Members
    System.IDisposable.Dispose()
    Namespace: Syncfusion.Windows.Forms.Tools
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public interface IToolTipService : IDisposable

    Methods

    AddComponent(Object)

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

    RemoveComponent(Object)

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

    Events

    Pop

    Declaration
    event EventHandler Pop
    Event Type
    Type Description
    System.EventHandler

    Popup

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