ComponentFactory.Krypton.Ribbon.VisualPopupMinimized.Show C# (CSharp) Method

Show() public method

Show the minimized popup relative to the tabs area of the ribbon.
public Show ( ViewLayoutRibbonTabsArea tabsArea, ViewDrawPanel drawMinimizedPanel ) : void
tabsArea ViewLayoutRibbonTabsArea Tabs area of the
drawMinimizedPanel ComponentFactory.Krypton.Toolkit.ViewDrawPanel
return void
        public void Show(ViewLayoutRibbonTabsArea tabsArea, 
                         ViewDrawPanel drawMinimizedPanel)
        {
            // Show at the calculated position
            Show(CalculatePopupRect(tabsArea, drawMinimizedPanel));
        }