TextInput.ResetCaret Method

GeonBit.UI

TextInputResetCaret Method
Move caret to the end of text.

Namespace:  GeonBit.UI.Entities
Assembly:  GeonBit.UI (in GeonBit.UI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void ResetCaret(
	bool scrollToCaret
)

Parameters

scrollToCaret
Type: SystemBoolean
If true, will also scroll to show caret position.
See Also