ComponentFactory.Krypton.Ribbon.ViewDrawRibbonCompoRightBorder.Layout C# (CSharp) Method

Layout() public method

Perform a layout of the elements.
public Layout ( ViewLayoutContext context ) : void
context ComponentFactory.Krypton.Toolkit.ViewLayoutContext Layout context.
return void
        public override void Layout(ViewLayoutContext context)
        {
            Debug.Assert(context != null);

            // Start with all the provided space
            ClientRectangle = context.DisplayRectangle;
        }