icons
Type: Array of JSON objects
Required: Yes
"icons": [
{
"name": "Icons/16x16.png",
"width": 16,
"height": 16
}
]
This property defines the icon of the control in different dimensions. The array contains JSON objects, where each object corresponds to a control icon in a different resolution. The control icon is used to display the control in the toolbox of the Engineering and the Actions and Conditions Editor.
The name is specified as a relative project path. The dimensions (width/height) are specified in pixels.