ComponentFactory.Krypton.Ribbon.ViewDrawRibbonGroupGallery.OnLargeButtonDropDown C# (CSharp) Method

OnLargeButtonDropDown() private method

private OnLargeButtonDropDown ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void
        private void OnLargeButtonDropDown(object sender, EventArgs e)
        {
            if (_ribbonGallery.LastGallery != null)
            {
                _ribbonGallery.LastGallery.ShownGalleryDropDown(_ribbon.ViewRectangleToScreen(_viewLarge),
                                                                KryptonContextMenuPositionH.Left,
                                                                KryptonContextMenuPositionV.Below,
                                                                _viewLarge.FinishDelegate,
                                                                _ribbonGallery.DropButtonItemWidth);
            }
        }