See Also Examples Applies To
Creates an icon from a StdPicture object.
Syntax
object.GetIcon (*oInputPicture, sFileDest, nRGBTransparentColor)
The GetIcon syntax has these parts:
| Part | Description |
| object | Required. An object expression that evaluates to an object in the Applies To list. |
| *oInputPicture | Required. Output StdPicture object. |
| sFileDest | Optional. String. If specified, stores the created icon into the specified file path. |
| nRGBTransparentColor | Optional. Long. Default value is &HFFFFFFFF. The RGB color value of the color to set as transparent. |
Returns
Long. Icone handle.
Category
Standalone Functions