RibbonX Collections
From Ribbon Commander Documentation
Revision as of 15:36, 14 March 2013 by Rxdff15551 bb53 (Talk | contribs)
This section is under construction. Please do not rely on any information it contains.
Contents
Description
The section describes the generic interface of Dynamic RibbonX collection and the operations that can be performed on them.
Properties
Property Name
|
Description
|
count | Read-only property; returns the count of items in a collection |
isEmpty | Read-only property; returns true if the control is empty |
isLive | Read-only property; returns true if the control is live |
item | (VBA/VB.NET-specific) Returns a reference to a collection member by index or id |
parent | The control's parent object |
Methods
Method Name
|
Description
|
add | Adds an item to the collection |
getItemIfExists | Returns a reference to a collection member by index or id. Does not throw if the index or id is out of bounds. |
remove | Removes an item from the collection (by index or item reference) |
removeAll | Removes all items from the collection |
{{Name_operator[]}} | {{Desc_operator[]}} |
operator() | (VBA/VB.NET-specific) Returns are reference to a collection member by index or id |