CleanCode C# Libraries v0.9.23 API

SyntaxHilightTextBox.SelectedOrAllText Property

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

public String SelectedOrAllText {get;}

Property Value

Selected or all text.

Remarks

Filters out both closed comments and end-of-line comments, returning the active portion of the text.

See Also

SyntaxHilightTextBox Class | CleanCodeControls.Forms Namespace