RibbonGallery.SelectedItemIndex Property
Gets or sets the index of the currently selected RibbonDropDownItem.
Namespace: Microsoft.Office.Tools.Ribbon
Assembly: Microsoft.Office.Tools.Common (in Microsoft.Office.Tools.Common.dll)
Syntax
'Declaration
<BrowsableAttribute(False)> _
Property SelectedItemIndex As Integer
[BrowsableAttribute(false)]
int SelectedItemIndex { get; set; }
Property Value
Type: System.Int32
The index of the currently selected RibbonDropDownItem.
Remarks
Changing the SelectedItemIndex property changes the value returned by the SelectedItem property. In effect, changing the SelectedItemIndex property changes the selection.
Values assigned to the SelectedItemIndex must be from 0 (zero) through (Items.Count - 1).
If the Items collection is empty, this property returns -1.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.Office.Tools.Ribbon Namespace