Parameter.CreateParameterControl Method
        
 Factory method to create a type of parameter control from the given parameter value.
 
         
         
        
            
 This method is static. 
        Parameters
        
            - element
            
 
            - 
                
Type: HTMLElement
The DOM element the control should use. 
            - parameter
            
 
            - 
                
Type: Parameter
The parameter the control should be created for. 
            - parameterDefaultValue
            
 
            - 
                
Type: ParameterValue
(optional) The default parameter value the control will show.
Optional: True 
        
        Return Value
        
Type: Parameter
        
The created parameter control derived type, or null.