ComponentFactory.Krypton.Ribbon.KryptonRibbonGroupRichTextBox.SelectAll C# (CSharp) Méthode

SelectAll() public méthode

Selects all text in the control.
public SelectAll ( ) : void
Résultat void
        public void SelectAll()
        {
            _richTextBox.SelectAll();
        }