Component.create Method (Type, JsObject, JsObject, JsObject, HtmlElement)
Returns a new instance of the class that uses the specified
parameters and calls the method.
Namespace: Sys
Class: Component
Syntax
public static Component create(Type type, JsObject properties, JsObject events, JsObject references, HtmlElement element)
Parameters
type
Type: System.Type
The type of the component to create.
properties
events
references
element
Return Value
Type: Sys.Component
A new instance of the Component class that uses the specified parameters.
|