SelectionState
Class
Class SelectionState. Implements the IDisposable
Definition
Namespace:Telerik.WinForms.Controls.SyntaxEditor.UI
Assembly:Telerik.WinControls.SyntaxEditor.dll
Syntax:
C#
public class SelectionState : IDisposable
Inheritance: objectSelectionState
Implements:
Constructors
Initializes a new instance of the SelectionState class.
Properties
Gets the end position.
C#
public CaretPosition EndPosition { get; }
The end position.
Gets the mode.
C#
public TextSelectionMode Mode { get; }
The mode.
Gets the start position.
C#
public CaretPosition StartPosition { get; }
The start position.
Methods
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
C#
public void Dispose()
Implements:
Releases unmanaged and - optionally - managed resources.
C#
protected virtual void Dispose(bool disposing)
true to release both managed and unmanaged resources; false to release only unmanaged resources.