DevTextBoxSelect(Int32, Int32) Method
Selects a range of text in the text box.
Namespace: DevCase.UI.ControlsAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public void Select(
int start,
int length
)
Public Sub Select (
start As Integer,
length As Integer
)
Dim instance As DevTextBox
Dim start As Integer
Dim length As Integer
instance.Select(start, length)
public:
void Select(
int start,
int length
)
member Select :
start : int *
length : int -> unit
No code example is currently available or this language may not be supported.
Parameters
- start Int32
-
The position of the first character in the current text selection within the text box.
- length Int32
-
The number of characters to select.