Presentation XML · Actions
Toolbarcombobox <toolbarcombobox>
Framework control: 8 uses across 1 stock screen, inside <toolbarsection>.
<toolbarcombobox> has no Application Designer property sheet: it is written by the framework or an add-on and edited in XML. Its properties are the attributes the stock screens actually use.
In the 204 stock presentations it appears 8 times on 1 screen, inside <toolbarsection> (8); it is a leaf.
Where it goes
Sits inside: <toolbarsection>. May contain: none (a leaf control).
Properties
| Property | Value | What it does | Source |
|---|---|---|---|
event | mxevent | Not on Application Designer's toolbarcombobox property sheet: written in XML only. Stock screens: 8 uses on 1 screen, values action (4), query (4). | 204 MAS 9.2 stock presentations (image://cp/manage/manageadmin:9.3.31/maxdemo/maxpresentation/*) · LIBRARY#querydropdown |
hidelabel | boolean | Not on Application Designer's toolbarcombobox property sheet: written in XML only. Stock screens: 8 uses on 1 screen, values true (8). | 204 MAS 9.2 stock presentations (image://cp/manage/manageadmin:9.3.31/maxdemo/maxpresentation/*) · LIBRARY#querydropdown |
label | string | Not on Application Designer's toolbarcombobox property sheet: written in XML only. Stock screens: 8 uses on 1 screen, values Query (4), Select Action (4). | 204 MAS 9.2 stock presentations (image://cp/manage/manageadmin:9.3.31/maxdemo/maxpresentation/*) · LIBRARY#querydropdown |
width | int | Not on Application Designer's toolbarcombobox property sheet: written in XML only. Stock screens: 8 uses on 1 screen, values 110 (4), 180 (4). | 204 MAS 9.2 stock presentations (image://cp/manage/manageadmin:9.3.31/maxdemo/maxpresentation/*) · LIBRARY#querydropdown |
Example
<!-- LIBRARY · querydropdown -->
<toolbarcombobox event="query" hidelabel="true" id="querydropdown" label="Query" width="110"/>
Sources: 204 MAS 9.2 stock presentations (image://cp/manage/manageadmin:9.3.31/maxdemo/maxpresentation/*) · LIBRARY#querydropdown