WinForms

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class RibbonPanel.RibbonPanelLayout

    Show / Hide Table of Contents

    Class RibbonPanel.RibbonPanelLayout

    The RibbonPanelLayout class.

    Inheritance
    System.Object
    RibbonPanel.RibbonPanelLayout
    Namespace: Syncfusion.Windows.Forms.Tools
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public class RibbonPanelLayout : LayoutEngine

    Constructors

    RibbonPanelLayout(LayoutEngine)

    Constructor of the RibbonPanelLayout.

    Declaration
    public RibbonPanelLayout(LayoutEngine baseLayout)
    Parameters
    Type Name Description
    System.Windows.Forms.Layout.LayoutEngine baseLayout

    The LayoutEngine provides the information about the layout.

    Methods

    InitLayout(Object, BoundsSpecified)

    Initialize the RibbonPanelLayout. (Overrides)

    Declaration
    public override void InitLayout(object child, BoundsSpecified specified)
    Parameters
    Type Name Description
    System.Object child

    The source of the control.

    System.Windows.Forms.BoundsSpecified specified

    The bounds specified.

    Layout(Object, LayoutEventArgs)

    Overrides the layout.

    Declaration
    public override bool Layout(object container, LayoutEventArgs layoutEventArgs)
    Parameters
    Type Name Description
    System.Object container

    The source of the control.

    System.Windows.Forms.LayoutEventArgs layoutEventArgs

    The LayoutEventArgs contains the event data.

    Returns
    Type Description
    System.Boolean
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved