Search
BaseForm.removeControl Method
See Also
 






Removes the specified control from the collection of controls.

Namespace: MindFusion.Scheduling
File: BaseForm.js

 Syntax

JavaScript  Copy Code

function removeControl (control)

 Parameters

control

Object. The control to remove.

 See Also