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