Interface ITextBoxNavigator
Represent a navigator in Rad
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public interface ITextBoxNavigator
Represent a navigator in Rad
public interface ITextBoxNavigator
Gets or sets the caret position.
TextPosition CaretPosition { get; set; }
Text The caret position. |
Gets or sets the selection end.
TextPosition SelectionEnd { get; set; }
Text The selection end. |
Gets the length of the selection.
int SelectionLength { get; }
System. The length of the selection. |
Gets or sets the selection start.
TextPosition SelectionStart { get; set; }
Text The selection start. |
Gets the next position.
TextPosition GetNextPosition(TextPosition position)
Text The position. |
Gets the next position.
TextPosition GetNextPosition(TextPosition position, bool isControlPressed)
Text The position. |
System. True if Control modifier key is pressed. |
Gets the position from offset.
TextPosition GetPositionFromOffset(int offset)
System. The offset. |
Gets the position from point.
TextPosition GetPositionFromPoint(PointF point)
System. The point. |
Gets the previous position.
TextPosition GetPreviousPosition(TextPosition position)
Text The position. |
Gets the previous position.
TextPosition GetPreviousPosition(TextPosition position, bool isControlPressed)
Text The position. |
System. True if Control modifier key is pressed. |
Navigates by specified keys.
bool Navigate(KeyEventArgs keys)
System. The System. |
System.
|
Restores the saved selection position.
void RestoreSelection()
Resumes the notifications.
void ResumeNotifications()
Saves the current selection position.
void SaveSelection()
Scrolls to caret position.
bool ScrollToCaret()
System.
|
Selects the specified range.
bool Select(TextPosition start, TextPosition end)
Text The start. |
Text The end. |
System.
|
Suspends the notifications.
void SuspendNotifications()
Occurs when selection is changed.
event SelectionChangedEventHandler SelectionChanged
Occurs when selection is changing.
event SelectionChangingEventHandler SelectionChanging
Copyright © 2018 Progress Software Corporation and/or its subsidiaries or affiliates.
All Rights Reserved.
Progress, Telerik, and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries. See Trademarks for appropriate markings.