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