-Handle is a HICON property which contains the icon handle used to -access image data for the icon. The property value is provided by the -GetHandle method. - +Handle is a HICON property which contains the handle +for the icon used to access image data for the icon. The property value is +provided by the inherited GetHandle method, and contains the Handle for its +TSharedRasterImage instance. +
++Setting a new value for the property causes the previous handle and the +canvas device context to be freed. The previous image is cleared and unshared +as well. +
++The inherited UpdateHandle method is called to apply the new handle to the +shared image, and to load its icon data.