26 lines
802 B
Text
26 lines
802 B
Text
.topic ctrl.image
|
|
.title Image
|
|
.toc 1 Image
|
|
.index Image
|
|
.index Picture
|
|
.index BMP
|
|
|
|
.h1 Image
|
|
|
|
VB Equivalent: Image -- DVX Widget: image
|
|
|
|
A static image display control. Loads BMP images from file. Cannot be placed via the designer toolbox (requires pixel data at creation time); typically created in code or loaded via the Picture property.
|
|
|
|
.h2 Type-Specific Properties
|
|
|
|
.table
|
|
Property Type Description
|
|
----------- ------- -------------------------------------------
|
|
Picture String Path to a BMP file to load (write-only).
|
|
ImageWidth Integer Width of the loaded image in pixels (read-only).
|
|
ImageHeight Integer Height of the loaded image in pixels (read-only).
|
|
.endtable
|
|
|
|
Default Event: Click
|
|
|
|
.link ctrl.common.props Common Properties, Events, and Methods
|