<entry>

Class defining a drop-down menu within a toolbar.

Remarks

To create a drop-down menu inside a toolbar, an entry has to be created inside another entry.

Examples

None.

Table 30: XML Tag Listing

Tag

<Callbacks>

Specifies the callbacks that will invoke functions from the IronPython extension script.

Tag

<Entry>

No details provided.

Callback

<OnClick>

Callback that is invoked to return when the object is clicked.

Attribute

caption=

Caption of the entry.

Attribute

Icon=

Icon of the entry.

Attribute

localize=

Indicates whether the caption and value string need to be localized by the application.

Attribute

name=

Name of the entry.

Attribute

userobject=

Related user object name.