wijmo.input Namespace > BaseUIProcess type : SelectStart Method |
Javascript (Usage) | |
---|---|
var instance = new wijmo.input.BaseUIProcess(); var value; // Type: any // Parameters var obj; // Type: any var selText; // Type: any var mouseButton; // Type: any value = instance.SelectStart(obj, selText, mouseButton); |
Javascript (Specification) | |
---|---|
function SelectStart( obj : any, selText : any, mouseButton : any ) : any; |