ComponentFactory.Krypton.Ribbon.VisualPopupAppMenu.CreateInsideCanvas C# (CSharp) 메소드

CreateInsideCanvas() 개인적인 메소드

private CreateInsideCanvas ( ) : ViewDrawCanvas
리턴 ComponentFactory.Krypton.Toolkit.ViewDrawCanvas
        private ViewDrawCanvas CreateInsideCanvas()
        {
            ViewDrawCanvas mainBackground = new ViewDrawCanvas(_provider.ProviderStateCommon.ControlInner.Back, _provider.ProviderStateCommon.ControlInner.Border, VisualOrientation.Top);
            mainBackground.Add(_viewColumns);
            mainBackground.KeyController = new ContextMenuController((ViewContextMenuManager)ViewManager);
            return mainBackground;
        }