Gallery: Unterschied zwischen den Versionen
Aus AquaSoft Wiki
Zur Navigation springenZur Suche springenZeile 7: | Zeile 7: | ||
{ | { | ||
"Key" : "ImgComboBox1", | "Key" : "ImgComboBox1", | ||
− | "Type" : " | + | "Type" : "ImageComboBox", |
"Caption" : "MyImgComboBox", | "Caption" : "MyImgComboBox", | ||
"Options" : | "Options" : |
Version vom 13. August 2012, 12:57 Uhr
ImageComboBox ist eine möglicher Wert, den das Type-Element des GUI-Strings erhalten kann. Es wird eine aufklappbare Liste erzeugt, die Bilder enthalten.
Optionen
- "Styles": Pfad zu den einzufügenden Bildern, Datentyp: String
Beispiel
{
"Key" : "ImgComboBox1",
"Type" : "ImageComboBox",
"Caption" : "MyImgComboBox",
"Options" :
{
"Styles" : "C:\Temp\MyImgCmbStyles\",
}
}