ComponentFactory.Krypton.Ribbon.KryptonRibbonGroupGalleryDesigner.OnMaxMedium C# (CSharp) Method

OnMaxMedium() private method

private OnMaxMedium ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void
        private void OnMaxMedium(object sender, EventArgs e)
        {
            if ((_ribbonGallery != null) && (_ribbonGallery.Ribbon != null))
            {
                _changeService.OnComponentChanged(_ribbonGallery, null, _ribbonGallery.MaximumSize, GroupItemSize.Medium);
                _ribbonGallery.MaximumSize = GroupItemSize.Medium;
            }
        }