WinForms

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

    Show / Hide Table of Contents

    Interface ILayoutManager

    Namespace: Syncfusion.Windows.Forms.Tools
    Assembly: Syncfusion.Shared.Base.dll
    Syntax
    public interface ILayoutManager

    Properties

    AutoLayout

    Declaration
    bool AutoLayout { get; set; }
    Property Value
    Type Description
    System.Boolean

    ContainerControl

    Declaration
    Control ContainerControl { get; set; }
    Property Value
    Type Description
    System.Windows.Forms.Control

    CustomLayoutBounds

    Declaration
    Rectangle CustomLayoutBounds { get; set; }
    Property Value
    Type Description
    System.Drawing.Rectangle

    Methods

    AddLayoutComponent(Control, Object)

    Declaration
    void AddLayoutComponent(Control childControl, object constraints)
    Parameters
    Type Name Description
    System.Windows.Forms.Control childControl
    System.Object constraints

    GetMinimumSize(Control)

    Declaration
    Size GetMinimumSize(Control control)
    Parameters
    Type Name Description
    System.Windows.Forms.Control control
    Returns
    Type Description
    System.Drawing.Size

    GetPreferredSize(Control)

    Declaration
    Size GetPreferredSize(Control childControl)
    Parameters
    Type Name Description
    System.Windows.Forms.Control childControl
    Returns
    Type Description
    System.Drawing.Size

    LayoutContainer()

    Declaration
    void LayoutContainer()

    MinimumLayoutSize()

    Declaration
    Size MinimumLayoutSize()
    Returns
    Type Description
    System.Drawing.Size

    PreferredLayoutSize()

    Declaration
    Size PreferredLayoutSize()
    Returns
    Type Description
    System.Drawing.Size

    RemoveLayoutComponent(Control)

    Declaration
    void RemoveLayoutComponent(Control childControl)
    Parameters
    Type Name Description
    System.Windows.Forms.Control childControl

    SetMinimumSize(Control, Size)

    Declaration
    void SetMinimumSize(Control control, Size value)
    Parameters
    Type Name Description
    System.Windows.Forms.Control control
    System.Drawing.Size value

    SetPreferredSize(Control, Size)

    Declaration
    void SetPreferredSize(Control control, Size value)
    Parameters
    Type Name Description
    System.Windows.Forms.Control control
    System.Drawing.Size value
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved