Skip to content

phIcon - cStatusPane

Stores the window handle of an icon that is loaded into memory

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

Syntax

Property Handle phIcon
Access Type Syntax
Read Access: Get phIcon to HandleVariable
Write Access: Set phIcon to HandleVariable/Value

Description

When an icon is loaded into memory (by setting the psIcon property), its Windows' handle is stored in the phIcon property. It is unlikely that you will ever need to use this property, but if you want to override the default icon-handling logic, you can set this yourself. You will need to have a deep understanding of the Windows' API to successfully manage this property yourself.

Col 1 Col 2
Note: This is for advanced use only