Use the Static Picturebox (StaticPicture) control to show pictures in the feature class form, for example, your company logo.
| Property | Description |
|---|---|
| System Category | |
| ClassName | StaticPicture |
| Name | Specifies the name. For example, $STATICPICTURE4. |
| Specific Category | |
| FileName | Specifies the directory and file name of the picture to be shown in the form (*.gif, *.bmp, and so on). |
| StretchImage | Specifies how the image is displayed. If True, the picture is stretched to the size of the control.
If False, the picture is shown in its original size. |