|
Property "Icon File" <iconfile> |
|
|
Starting with version 3.2 you are able to attach icons to library elements or to componets. The icon files should be bitmaps with a maximum size of 18 x 18 pixels. Example:
<panel name="myelement"> <iconfile>icons\myelement.bmp</iconfile> <prop name="propa" helpbm="bm_propa" type="string"/> </panel>
|