hIcon Property
  


StatusBar Item may accept an icon handle with new HICON property.

SYNTAX
Pseudo-OOP:

Set:
<ParentWindowName>.StatusBar.hIcon(1) := hIcon

Function syntax:

Set:
SetProperty ( <ParentWindowName>,<ControlName>, Icon , hIcon)

            where the icon handle was loaded with
                        
hImage := LoadIconByName( cImageName, w, h )