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

DeselectAll() public method

Specifies that the value of the SelectionLength property is zero so that no characters are selected in the control.
public DeselectAll ( ) : void
return void
        public void DeselectAll()
        {
            _richTextBox.DeselectAll();
        }