ChameleonRichTextBox SelectedOrAllTextWithComments Property CleanCode C# Libraries v1.2.03 API
Gets the selected text or, if none selected, all text (including comments).

Namespace: CleanCode.ChameleonRichTextBoxControls
Assembly: CleanCode.ChameleonRichTextBoxControls (in CleanCode.ChameleonRichTextBoxControls.dll) Version: 1.2.3.0 (1.2.03)
Syntax

public string SelectedOrAllTextWithComments { get; }

Field Value

Selected or all text with comments.
See Also