Description
Set parameters left, top, width, and height to the control.
Syntax
control.setFrame( object )
Parameters
Parameter | Description |
---|---|
object | Object with properties { left:, top:, width:, height: } |
Example
Control test1 get the same properties as control test2.