addObject
Adds an item to the pad control list.
Parameter | Description |
---|---|
type | ObjectType enum value, and it could be one of the following values: WizCtl.ObjectButton WizCtl.ObjectText WizCtl.ObjectCheckbox WizCtl.ObjectDisplayAtShutdown WizCtl.ObjectImage WizCtl.ObjectInking WizCtl.ObjectInput WizCtl.ObjectInputEcho WizCtl.ObjectRadioButton WizCtl.ObjectSignature WizCtl.ObjectText |
id | String, Specifies an identifier for the object. |
x,y | Position of the top left corner of the object on the pad display. Value can either be absolute position in pixels, or one of the strings: * x: "left", "right", "centre" * y: "top", "middle", "bottom" |
data | Value dependent on object type |
options | Value dependent on object type |
Return values |
---|
The added Object if success or null if there is some error. |