UIUpdateContext
Class
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; }
The document.
Gets the editor.
C#
public RadSyntaxEditorElement Editor { get; }
The editor.
Gets the first visible column number.
C#
public int FirstVisibleColumnNumber { get; }
The first visible column number.
Gets the first visible line number.
C#
public int FirstVisibleLineNumber { get; }
The first visible line number.
Returns true if ... is valid.
C#
public bool IsValid { get; }
true if this instance is valid; otherwise, false.
Gets the last visible column number.
C#
public int LastVisibleColumnNumber { get; }
The last visible column number.
Gets the last visible line number.
C#
public int LastVisibleLineNumber { get; }
The last visible line number.
VisibleLineNumbers
IEnumerable<int>
Collection of numbers of the visible lines.
C#
public IEnumerable<int> VisibleLineNumbers { get; }