A base class for MindFusion controls.
The following tables list the members exposed by the Control type.
Name | Description | |
---|---|---|
Initializes a new instance of the Control class. |
Name | Description | |
---|---|---|
Returns a reference to the control's DOM element. |
||
Gets or sets whether mouse events are enabled. |
||
Gets or sets the location of the license key file. |
Name | Description | |
---|---|---|
Registers a single event listener on the instance. (Inherited from Disposable.) |
||
Adds an event listener to a DOM element. |
||
Removes all event listeners from a DOM element. |
||
Constructs a JavaScript object from a JSON string. |
||
Raises an event. (Inherited from Disposable.) |
||
Registers an onsubmit handler for the Control's parent html form to flush postback data. |
||
Removes a single event listener attached to the instance. (Inherited from Disposable.) |
||
Converts a JavaScript object to a JSON string. |