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

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

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

Parameters

type
value
Browser Compatibility
7
5
5

See Also

Reference

Utility type

 

 


© 2013 All Rights Reserved.

Send comments on this topic.