WinForms

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

    Show / Hide Table of Contents

    Class LayoutItemPlaceHolderControl

    Inheritance
    System.Object
    LayoutItemPlaceHolderControl
    Implements
    IProvideLayoutInformation
    Namespace: Syncfusion.Windows.Forms.Tools
    Assembly: Syncfusion.Shared.Base.dll
    Syntax
    public class LayoutItemPlaceHolderControl : Control, IProvideLayoutInformation

    Constructors

    LayoutItemPlaceHolderControl(LayoutItemBase)

    Declaration
    public LayoutItemPlaceHolderControl(LayoutItemBase layoutItem)
    Parameters
    Type Name Description
    LayoutItemBase layoutItem

    Properties

    LayoutComponent

    Declaration
    public LayoutItemBase LayoutComponent { get; }
    Property Value
    Type Description
    LayoutItemBase

    LayoutManager

    Declaration
    protected LayoutManager LayoutManager { set; }
    Property Value
    Type Description
    LayoutManager

    LayoutMinimumSize

    Declaration
    public Size LayoutMinimumSize { get; }
    Property Value
    Type Description
    System.Drawing.Size

    LayoutPreferredSize

    Declaration
    public Size LayoutPreferredSize { get; }
    Property Value
    Type Description
    System.Drawing.Size

    MinimumSize

    Declaration
    [Obsolete("Use LayoutMinimumSize instead. There was a naming conflict with Whidbeys Control.PreferredSize property.")]
    public Size MinimumSize { get; }
    Property Value
    Type Description
    System.Drawing.Size

    PreferredSize

    Declaration
    [Obsolete("Use LayoutPreferredSize instead. There was a naming conflict with Whidbeys Control.PreferredSize property.")]
    public Size PreferredSize { get; }
    Property Value
    Type Description
    System.Drawing.Size

    Visible

    Declaration
    public virtual bool Visible { get; set; }
    Property Value
    Type Description
    System.Boolean

    Methods

    SetVisibleCore(Boolean)

    Declaration
    protected override void SetVisibleCore(bool value)
    Parameters
    Type Name Description
    System.Boolean value

    Implements

    IProvideLayoutInformation
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved