Class RadTextBoxExtensions
Inheritance
System.Object
RadTextBoxExtensions
Namespace: Telerik.Maui.Internals
Assembly: Telerik.Maui.Core.dll
Syntax
public static class RadTextBoxExtensions : Object
Methods
UpdateSelectionOnFocus(PlatformTextBox, IRadTextBox)
Updates the SelectionOnFocus of the platform text box in accordance to the virtual element.
Declaration
public static void UpdateSelectionOnFocus(this PlatformTextBox platformView, IRadTextBox virtualElement)
Parameters
PlatformTextBox
platformView
The platform view. |
IRadTextBox
virtualElement
The virtual element. |
UpdateText(PlatformTextBox, IRadTextBox)
Updates the Text the platform text box in accordance to the virtual element.
Declaration
public static void UpdateText(this PlatformTextBox platformView, IRadTextBox virtualElement)
Parameters
PlatformTextBox
platformView
The platform view. |
IRadTextBox
virtualElement
The virtual element. |