Свойство | Тип | Описание | |
---|---|---|---|
SelectionBuilder | System |
Метод | Описание | |
---|---|---|
In ( |
An entry point for making a selection, setting the current position to the specified hookup.
|
|
In ( RootBox root ) : |
||
Install ( ) : |
This is a shortcut which both gets the selection and installs it.
|
|
Offset ( int ich ) : |
||
this ( int index ) : |
Refine the current target to the index'th item of the old current target (or null). Returns 'this' to let the fluent chain continue.
|
Метод | Описание | |
---|---|---|
SelectionBuilder ( ) : System |
public static In ( |
||
startHookup | ||
Результат |
public static In ( RootBox root ) : |
||
root | RootBox | |
Результат |
public Install ( ) : |
||
Результат |
public Offset ( int ich ) : |
||
ich | int | |
Результат |
public this ( int index ) : |
||
index | int | |
Результат |