Class SelectionState
Class SelectionState.
Implements the System.
Inheritance
Inherited Members
Namespace: Telerik.WinForms.Controls.SyntaxEditor.UI
Assembly: Telerik.WinControls.SyntaxEditor.dll
Syntax
public class SelectionState : IDisposable
Constructors
SelectionState(Selection, Boolean)
Initializes a new instance of the Selection
Declaration
public SelectionState(Selection selection, bool anchorPositions)
Parameters
Selection
selection
|
System.
|
Properties
EndPosition
Gets the end position.
Declaration
public CaretPosition EndPosition { get; }
Property Value
Caret The end position. |
Mode
Gets the mode.
Declaration
public TextSelectionMode Mode { get; }
Property Value
Text The mode. |
StartPosition
Gets the start position.
Declaration
public CaretPosition StartPosition { get; }
Property Value
Caret 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.
|