Description
Use the wItems
property to get access to items of the ribbon control. To get information about a single ribbon bar item, use the Item
property of the ItemCollection
object.
Declaration
TestObj.wItems
Read-Only Property | An ItemCollection object |
TestObj | A variable, parameter or expression that specifies a reference to one of the objects listed in the Applies To section |
Applies To
The property is applied to the following objects:
Developer Express RibbonControl, MFC Ribbon Bar, Microsoft Ribbon, Telerik RadRibbonBar for WinForms
View Mode
To view this property in the Object Browser panel and in other panels and dialogs, activate the Advanced view mode.
Property Value
An ItemCollection
object that corresponds to the collection of the ribbon control items.
Example
To view an example that demonstrates how to use the wItems
property, see Working With XtraBars Controls.