New to Telerik UI for WinFormsStart a free 30-day trial

Class UIUpdateContext.

Definition

Namespace:Telerik.WinForms.Controls.SyntaxEditor.UI

Assembly:Telerik.WinControls.SyntaxEditor.dll

Syntax:

C#
public class UIUpdateContext

Inheritance: objectUIUpdateContext

Properties

Gets the document.

C#
public TextDocument Document { get; }
Property Value:

The document.

Gets the editor.

C#
public RadSyntaxEditorElement Editor { get; }
Property Value:

The editor.

Gets the first visible column number.

C#
public int FirstVisibleColumnNumber { get; }
Property Value:

The first visible column number.

Gets the first visible line number.

C#
public int FirstVisibleLineNumber { get; }
Property Value:

The first visible line number.

Returns true if ... is valid.

C#
public bool IsValid { get; }
Property Value:

true if this instance is valid; otherwise, false.

Gets the last visible column number.

C#
public int LastVisibleColumnNumber { get; }
Property Value:

The last visible column number.

Gets the last visible line number.

C#
public int LastVisibleLineNumber { get; }
Property Value:

The last visible line number.

Gets the viewport.

C#
public Rect Viewport { get; }
Property Value:

The viewport.

Collection of numbers of the visible lines.

C#
public IEnumerable<int> VisibleLineNumbers { get; }