ComponentFactory.Krypton.Ribbon.ViewDrawRibbonGroupNumericUpDown.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 (_ribbonNumericUpDown != null)
            {
                // Change in selected tab requires a retest of the control visibility
                UpdateVisible(LastNumericUpDown);
            }
        }