Gallery: Unterschied zwischen den Versionen
Aus AquaSoft Wiki
Zur Navigation springenZur Suche springen (Die Seite wurde neu angelegt: „''ImageComboBox'' ist eine möglicher Wert, den das '''Type'''-Element des GUI-Strings erhalten kann. Es wird eine aufklappbare List…“) |
|||
Zeile 6: | Zeile 6: | ||
<code> | <code> | ||
{ | { | ||
− | "Key" : " | + | "Key" : "ImgComboBox1", |
− | "Type" : " | + | "Type" : "ImgComboBox", |
− | "Caption" : " | + | "Caption" : "MyImgComboBox", |
"Options" : | "Options" : | ||
{ | { |
Version vom 13. August 2012, 12:48 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" : "ImgComboBox",
"Caption" : "MyImgComboBox",
"Options" :
{
"Styles" : "C:\Temp\MyImgCmbStyles\",
}
}