SComboBox¶
| Property | 
Type | 
Note | 
| Aka | 
String | 
Name for the widget | 
| OnSelectionChanged | 
String | 
The python code which will be executed. replacement flag: %index or % | 
| OptionsSource | 
String Array | 
 | 
| ToolTipText | 
String | 
 | 
| Visibility | 
Enum: EVisibility: Visible, Collapsed, Hidden, HitTestInvisible, SelfHitTestInvisible, All | 
 | 
functions what can be called from ChameleonData¶
Examples¶
Example 1:
    "SComboBox": {
        "Aka": "CombBoxA",
        "Content": {
            "Text": "ComboBox"
        },
        "OptionsSource": [
            "OptionA",
            "OptionB",
            "OptionB"
        ],
        "OnSelectionChanged": "print(%)"
    }