StaticImage Properties
An abstract class representing a View Item that displays a static image.Name | Description |
---|---|
Caption | Returns the current View Item‘s caption. |
Control | Returns the current View Item’s control displayed in a UI. Inherited from ViewItem. |
CurrentObject | Specifies the object for which the current View Item’s View is created. Inherited from ViewItem. |
Id | Gets the identifier of the current View Item. Inherited from ViewItem. |
ImageName | Specifies the image displayed by the Static Text View Item. |
IsCaptionVisible | Indicates whether the StaticImage.Caption of the current View Item should be visible. |
IsDisposed | Inherited from ViewItem. |
Model | Provides access to the Application Model‘s Item node that defines the current Static Image View Item. |
ObjectType | Specifies the type of object for which the current View Item’s View is created. Inherited from ViewItem. |
ObjectTypeInfo | Provides access to the information on the type of the object which is represented by the current View Item’s View. Inherited from ViewItem. |
View | Specifies the Detail View that contains the current View Item. Inherited from ViewItem. |
See Also