alexa
menu

WinForms

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

    Show / Hide Table of Contents

    Class UpdateToolTipHandler

    Inheritance
    System.Object
    UpdateToolTipHandler
    Namespace: Syncfusion.Windows.Forms.Tools
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public sealed class UpdateToolTipHandler : MulticastDelegate

    Constructors

    UpdateToolTipHandler(Object, IntPtr)

    Declaration
    public UpdateToolTipHandler(object object, IntPtr method)
    Parameters
    Type Name Description
    System.Object object
    System.IntPtr method

    Methods

    BeginInvoke(Component, ref ToolTipInfo, AsyncCallback, Object)

    Declaration
    public virtual IAsyncResult BeginInvoke(Component component, ref ToolTipInfo info, AsyncCallback callback, object object)
    Parameters
    Type Name Description
    System.ComponentModel.Component component
    ToolTipInfo info
    System.AsyncCallback callback
    System.Object object
    Returns
    Type
    System.IAsyncResult

    EndInvoke(ref ToolTipInfo, IAsyncResult)

    Declaration
    public virtual void EndInvoke(ref ToolTipInfo info, IAsyncResult result)
    Parameters
    Type Name Description
    ToolTipInfo info
    System.IAsyncResult result

    Invoke(Component, ref ToolTipInfo)

    Declaration
    public virtual void Invoke(Component component, ref ToolTipInfo info)
    Parameters
    Type Name Description
    System.ComponentModel.Component component
    ToolTipInfo info
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved