ClassPositionHandler
Represents a delegate that is used to handle position-related events in Telerik's RadRichTextBox.
Definition
Namespace:Telerik.Windows.Documents
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
public abstract class PositionHandler
Inheritance: objectPositionHandler
Derived Classes:
Constructors
Properties
Box
Represents a box element in the Telerik document structure, providing functionalities to manipulate the position of various document elements.
CanMoveToNext
Determines whether the position can be moved to the next valid position within the document.
CanMoveToPrevious
Determines whether the position can be moved to the previous element.
Methods
Clone()
Creates a deep copy of the current instance of the PositionHandler.
Equals(object)
Determines whether the specified object is equal to the current instance.
GetHashCode()
Retrieves the hash code for the current instance of the PositionHandler.
Declaration
public override int GetHashCode()
Returns
A 32-bit signed integer that is the hash code for the current PositionHandler instance.
Overrides
GetParentHandler()
Retrieves the parent position handler associated with the current handler.
Declaration
public abstract PositionHandler GetParentHandler()
Returns
The parent PositionHandler of the current handler, or null if there is no parent.
MoveToFirst()
Moves the position to the first element in the collection.
Declaration
public abstract void MoveToFirst()
MoveToLast()
Moves the position to the last element within the document.
Declaration
public abstract void MoveToLast()
MoveToNext()
Moves the position to the next available element in the document.
Declaration
public abstract void MoveToNext()
MoveToPrevious()
Moves the position to the previous element in the document.
Declaration
public abstract void MoveToPrevious()