Gets the selected text or, if none selected, all text (including comments).
Namespace: CleanCode.ChameleonRichTextBoxControlsAssembly: CleanCode.ChameleonRichTextBoxControls (in CleanCode.ChameleonRichTextBoxControls.dll) Version: 1.2.3.0 (1.2.03)
public string SelectedOrAllTextWithComments { get; }
public string SelectedOrAllTextWithComments { get; }
Public ReadOnly Property SelectedOrAllTextWithComments As String
Get
Public ReadOnly Property SelectedOrAllTextWithComments As String
Get
public:
property String^ SelectedOrAllTextWithComments {
String^ get ();
}
public:
property String^ SelectedOrAllTextWithComments {
String^ get ();
}
Field Value
Selected or all text with comments.