Page History
Spin Edit Box - SelectText Method
| Panel | ||
|---|---|---|
| ||
Set selection within the value |
Member of Spin Edit Box (PRIM_SPDT)
...
Name | Type | Data Type | Description |
|---|---|---|---|
StartPosition | *Input | Integer | Position in the value that selection starts |
Length | *Input(Optional) | Integer | Number of characters to select |
...
If the cursor is to the left of the first character, the value will be 0.
To manually overide override selection, you must set the AutoSelect property to False.
...