ComponentFactory.Krypton.Ribbon.ViewDrawRibbonGroupNumericUpDown.OnLayoutAction C# (CSharp) Method

OnLayoutAction() private method

private OnLayoutAction ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void
        private void OnLayoutAction(object sender, EventArgs e)
        {
            // If not disposed then we still have a element reference
            if (_ribbonNumericUpDown != null)
            {
                // Change in selected tab requires a retest of the control visibility
                UpdateVisible(LastNumericUpDown);
            }
        }