ComponentFactory.Krypton.Ribbon.ViewDrawRibbonGroupComboBox.OnLayoutAction C# (CSharp) Метод

OnLayoutAction() приватный Метод

private OnLayoutAction ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Результат void
        private void OnLayoutAction(object sender, EventArgs e)
        {
            // If not disposed then we still have a element reference
            if (_ribbonComboBox != null)
            {
                // Change in selected tab requires a retest of the control visibility
                UpdateVisible(LastComboBox);
            }
        }