|
Device |
Top Previous Next |
This is what a device component looks like:
Common Properties Width, Height, Bindings, Visible, Background, Opaque, Border, Tooltip Custom Properties Image Device image (both raster and vector images are supported). Property name: image Property type: Data Block Labels Configuration of dynamic labels indicating current device state. Properties of a label:
Property name: labels Property type: Data Table Status Numeric value of component status. Status is used to find a proper color for the device image according to the Status Table. If status is not NULL, device image is colored per the corresponding line in the Status Table. If status is NULL, device image is left untouched. Property name: status Property type: Integer Status Table Table containing a color value for every Status used by this device component. Fields of the Status Table:
Property name: statusTable Property type: Data Table Common Events Hidden, Shown, Moved, Resized, Mouse Clicked, Mouse Pressed, Mouse Released, Mouse Entered, Mouse Exited, Mouse Moved, Mouse Wheel Moved, Key Typed, Key Pressed, Key Released, Focus Gained, Focus Lost |