SelectText Method (FlexNumericStepper)

Action

Lets you track selection within a text field.

Syntax

C#
numericStepper.SelectText(beginIndex, endIndex)
VB
numericStepper.SelectText(beginIndex, endIndex)
Variable Description
beginIndex Index at which selection starts. Integer.
endIndex Index at which selection ends. Integer.