ComponentFactory.Krypton.Ribbon.KryptonRibbonGroupRichTextBox.OnRichTextBoxGotFocus C# (CSharp) Method

OnRichTextBoxGotFocus() private method

private OnRichTextBoxGotFocus ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void
        private void OnRichTextBoxGotFocus(object sender, EventArgs e)
        {
            OnGotFocus(e);
        }