VisibleRange Property

Fast Colored Text Box

Collapse imageExpand ImageCopy imageCopyHover image
Returns current visible range of text

Namespace: FastColoredTextBoxNS
Assembly: FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.9.3.0 (2.9.3.0)

Syntax

C#
public Range VisibleRange { get; }
Visual Basic
Public ReadOnly Property VisibleRange As Range
	Get
Visual C++
public:
property Range^ VisibleRange {
	Range^ get ();
}

See Also