ComponentFactory.Krypton.Toolkit.ViewDrawMenuItem.Layout C# (CSharp) Метод

Layout() публичный Метод

Perform a layout of the elements.
public Layout ( ViewLayoutContext context ) : void
context ViewLayoutContext Layout context.
Результат void
        public override void Layout(ViewLayoutContext context)
        {
            Debug.Assert(context != null);
            ClientRectangle = context.DisplayRectangle;
            base.Layout(context);
        }