Property String psIcon
Read Access: | Get psIcon to StringVariable |
Write Access: | Set psIcon to StringVariable/Value |
Each pane can display either an Icon or a string. To display an icon, set the psIcon property to the name of an icon file (for example, MyIcon.ico). The psIcon property takes precedence over the psLabel property, so if you want to show a string after showing an icon, you will need to set psIcon to null and then psLabel to the string that you want to display.