WinForms

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

    Show / Hide Table of Contents

    Delegate UpdateToolTipHandler

    Namespace: Syncfusion.Windows.Forms.Tools
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public delegate void UpdateToolTipHandler(Component component, ref ToolTipInfo info);
    Parameters
    Type Name Description
    System.ComponentModel.Component component
    ToolTipInfo info

    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 Description
    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 - 2023 Syncfusion Inc. All Rights Reserved