CleanCode C# Libraries v0.9.23 API

SyntaxHilightTextBox.GetSelectedOrAllText Method 

NOTE: This method is now obsolete.

GetSelectedOrAllText has been deprecated. Please use the SelectedOrAllText property instead.


Gets the selected text or, if none selected, all text.

public string GetSelectedOrAllText();

Return Value

Selected or all text.

See Also

SyntaxHilightTextBox Class | CleanCodeControls.Forms Namespace