Class SelectionState
Class SelectionState. Implements the System.IDisposable
Inheritance
Inherited Members
Namespace: Telerik.Windows.Controls.SyntaxEditor.UI
Assembly: Telerik.Windows.Controls.SyntaxEditor.dll
Syntax
public class SelectionState : IDisposable
Constructors
SelectionState(Selection, Boolean)
Initializes a new instance of the SelectionState class.
Declaration
public SelectionState(Selection selection, bool anchorPositions)
Parameters
Selection
selection
|
System.Boolean
anchorPositions
|
Properties
EndPosition
Gets the end position.
Declaration
public CaretPosition EndPosition { get; }
Property Value
CaretPosition
The end position. |
Mode
Gets the mode.
Declaration
public TextSelectionMode Mode { get; }
Property Value
TextSelectionMode
The mode. |
StartPosition
Gets the start position.
Declaration
public CaretPosition StartPosition { get; }
Property Value
CaretPosition
The start position. |
Methods
Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Declaration
public void Dispose()
Implements
Dispose(Boolean)
Releases unmanaged and - optionally - managed resources.
Declaration
protected virtual void Dispose(bool disposing)
Parameters
System.Boolean
disposing
|