Control : DynamicImageAction
![]()
Contents |
Description
The DynamicImageAction control displays different images depending on the value of the field to which the control is bound. Set the Images property to the ValueImageSet that contains the value-image pairs you wish to use. The control can also respond to programmatic cues, such as timer or server events.
Once you have defined the Collection of value-image pairs the control is to use, then the image control responds to changes in the value of the field to which it is bound by displaying the appropriate image. Note that this control is not an image button. It does not respond to input states (mouse-up, mouse-down, etc.).
How To
For a detailed example of how to use the control, see the tutorial...
For information on configuring images for an ImageButton control, see Using Images in an Application
Associated Data Types
- boolean
- date
- dateTime
- float
- gDay
- gMonth
- gMonthDay
- gYear
- gYearMonth
- int32
- int64
- string
- time
- uint32
- uint64
Associated Interface Types
Required Adapter Types
- None



