Wijmo UI for the Web
CheckEnum Method
Syntax
Javascript (Usage) 
var instance = new wijmo.input.Utility();
var returnValue; // Type: any

// Parameters
var type; // Type:  any
var value; // Type:  any

returnValue = instance.CheckEnum(type, value);
Javascript (Specification) 
function CheckEnum( 
   type : any,
   value : any
) : any;

Parameters

type
value
Browser Compatibility
7
5
5

See Also

Reference

Utility type

 

 


© 2013 All Rights Reserved.

Send comments on this topic.