WinForms

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

    Show / Hide Table of Contents

    Delegate GetMinSizeHandler

    Handles the GetMinSizeHandler event.

    Namespace: Syncfusion.Windows.Forms.Tools
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public delegate void GetMinSizeHandler(ref Size szProposal);
    Parameters
    Type Name Description
    System.Drawing.Size szProposal

    The size which needs to be specified.

    Constructors

    GetMinSizeHandler(Object, IntPtr)

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

    Methods

    BeginInvoke(ref Size, AsyncCallback, Object)

    Declaration
    public virtual IAsyncResult BeginInvoke(ref Size szProposal, AsyncCallback callback, object object)
    Parameters
    Type Name Description
    System.Drawing.Size szProposal
    System.AsyncCallback callback
    System.Object object
    Returns
    Type Description
    System.IAsyncResult

    EndInvoke(ref Size, IAsyncResult)

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

    Invoke(ref Size)

    Declaration
    public virtual void Invoke(ref Size szProposal)
    Parameters
    Type Name Description
    System.Drawing.Size szProposal
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved