Search
Control Constructor
See Also
 






Initializes a new instance of the Control class.

Namespace: MindFusion.Controls
File: Control.js

 Syntax

JavaScript  Copy Code

function Control (element)

 Parameters

element

HTMLElement. The DOM Element this Control is associated with.

 See Also