WinForms

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

    Show / Hide Table of Contents

    Delegate PopupToolTipHandler

    Namespace: Syncfusion.Windows.Forms.Tools
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public delegate void PopupToolTipHandler(Component component, ref Rectangle rc);
    Parameters
    Type Name Description
    System.ComponentModel.Component component
    System.Drawing.Rectangle rc

    Constructors

    PopupToolTipHandler(Object, IntPtr)

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

    Methods

    BeginInvoke(Component, ref Rectangle, AsyncCallback, Object)

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

    EndInvoke(ref Rectangle, IAsyncResult)

    Declaration
    public virtual void EndInvoke(ref Rectangle rc, IAsyncResult result)
    Parameters
    Type Name Description
    System.Drawing.Rectangle rc
    System.IAsyncResult result

    Invoke(Component, ref Rectangle)

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