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