RibbonDropDown.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

Setting the SelectedItemIndex property to an index number causes the RibbonDropDownItem in that position in the Items collection to appear in the text box portion of the drop-down list.

Assigning a new value to the SelectedItemIndex property does not cause a SelectionChanged event to be raised.

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

See Also

Reference

RibbonDropDown Interface

Microsoft.Office.Tools.Ribbon Namespace

Other Resources

Ribbon Object Model Overview