Property | Type | Description |
---|
Method | Description | |
---|---|---|
Select ( int i, object length ) : void |
Selects a range of text in the spin box (also known as an up-down control) specifying the starting position and number of characters to select
|
public Select ( int i, object length ) : void | ||
i | int | The position of the first character to be selected |
length | object | The total number of characters to be selected |
return | void |