ComponentFactory.Krypton.Ribbon.ViewDrawRibbonQATOverflow.RenderBefore C# (CSharp) Method

RenderBefore() public method

Perform rendering before child elements are rendered.
public RenderBefore ( RenderContext context ) : void
context ComponentFactory.Krypton.Toolkit.RenderContext Rendering context.
return void
        public override void RenderBefore(RenderContext context)
        {
            _memento = context.Renderer.RenderRibbon.DrawRibbonBack(_ribbon.RibbonShape,
                                                                    context,
                                                                    ClientRectangle,
                                                                    PaletteState.Normal,
                                                                    _ribbon.StateCommon.RibbonQATOverflow,
                                                                    VisualOrientation.Top,
                                                                    false,
                                                                    _memento);
        }