Type: Binary
Availability: Read or write at any time
The icon property of the Form class or Sheet class contains the icon displayed for a minimized form or on the tab of a sheet in a folder. (The
Specify the icon by loading it using the Properties window in Painter in the JADE development environment, or load it at run time by assigning it from another icon or by using the
If the icon is loaded from a file, it must have an icon format (that is, a .ico file). If you do not specify a custom icon, the application icon is used. If no application icon was specified, the JADE default icon is used. JADE creates a large and a small icon for use with a form if they are present in the icon file when the app.
To see the icon of a form, the form must be minimized. The borderStyle property must be set to BorderStyle_Single (1) or BorderStyle_Sizable (2). The minButton property must be set to true.
At run time, you can assign the icon property of an object to the icon property of another object or use the
If you set the icon property of a Sheet control to an icon image (the only image type that is accepted), that icon is displayed in the folder tab for the sheet. The icon is scaled to fit the tab height. Use the tabsHeight property to control the height, and therefore the size, of the displayed sheet icon. Use the tabsAlignment property to control the placement of the sheet icon on the tab.