wijmo.input Namespace > Utility type : ClearSelection Method |
Javascript (Usage) | |
---|---|
var instance = new wijmo.input.Utility(); var value; // Type: any // Parameters var inputElement; // Type: any value = instance.ClearSelection(inputElement); |
Javascript (Specification) | |
---|---|
function ClearSelection( inputElement : any ) : any; |