RibbonGalleryItems
(Engine-Level Function)
| Description: | Use to populate a gallery with a collection of items or commands, from which the user may make a selection |
| Returns: | |
Usage: ![]() |
Script Only. |
| Function Groups: | Window |
| Related to: | RibbonCmd | RibbonContextUI | RibbonPersistState | RibbonSetProperty |
Format: ![]() |
RibbonGalleryItems(CommandID, GalleryItems); |
| Parameters: |
| CommandID |
| The unique command identifier of the gallery. |
| GalleryItems |
|
A structure containing two members: Items - A one-dimensional, ordered array of RibbonItem structures. Each entry in the array represents an item or command in the gallery. These are displayed in the same order (within their category) as they appear in this array. RibbonItem structures are described in the comments section. |
| Comments: |
A RibbonItem structure has the following members:
|
