Handle the cut actions.
Javascript (Usage) | |
---|
var instance = new wijmo.input.BaseUIProcess();
var value; // Type: any
// Parameters
var clipContent; // Type: wijmo.input.ClipContent
var start; // Type: number
var end; // Type: number
value = instance.Cut(clipContent, start, end);
|
Javascript (Specification) | |
---|
function Cut(
: wijmo.input.ClipContent,
: number,
: number
) : any;
|
Parameters
- clipContent
- - The copy mode.
- start
- - The start cursor position.
- end
- - The end cursor position.
Return Value
Returns the cursor position.