psImage - cCJTabControlItem
Determines the Image to be displayed in the tab-item button
Type: Property
Access: Read/Write
Data Type: String
Parameters: None
Syntax
Property String psImage
| Access Type | Syntax |
|---|---|
| Read Access: | Get psImage to StringVariable |
| Write Access: | Set psImage to StringVariable/Value |
Description
psImage assigns the image to be used for this tab-item. psImage is the relative name of an image. When the program is run it will first check to see if the image is added to the program's resource and, if found, use it. If not, it will search for the image using the program's DFPath paths.
If the image's extension is .bmp, a bitmap image will be assumed. All other extensions (most likely .ico) assume an icon image.
Default is "".
psImage is a design-time only property. It assigns the image to the pane, when the COM pane control is created.