DVX_GUI/widgets/imageButton/imgbtn.bhs

24 lines
752 B
Text

.topic ctrl.imagebutton
.title ImageButton
.toc 1 ImageButton
.index ImageButton
.h1 ImageButton
DVX Extension -- DVX Widget: imagebutton
A button that displays an image instead of text. Like Image, it requires pixel data at creation time and is typically 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