Skip to content

psIcon - cStatusPane

Determines whether pane is displayed as an Icon or a string

Type: Property
Access: Read/Write
Data Type: String
Parameters: None

Syntax

Property String psIcon
Access Type Syntax
Read Access: Get psIcon to StringVariable
Write Access: Set psIcon to StringVariable/Value

Description

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.