Minim
index
 
Name getControls ( )
Examples
None available
Description Returns an array of all the available Controls for the DataLine being controlled. You can use this if you want to access the controls directly, rather than using the convenience methods provided by this class.
Syntax
getControls();
Returns an array of all available controls
Usage Web & Application
Related