RibbonSplitButton.Items Property

Definition

Gets the collection of controls that are on this RibbonSplitButton.

public:
 property System::Collections::Generic::IList<Microsoft::Office::Tools::Ribbon::RibbonControl ^> ^ Items { System::Collections::Generic::IList<Microsoft::Office::Tools::Ribbon::RibbonControl ^> ^ get(); };
public System.Collections.Generic.IList<Microsoft.Office.Tools.Ribbon.RibbonControl> Items { get; }
member this.Items : System.Collections.Generic.IList<Microsoft.Office.Tools.Ribbon.RibbonControl>
Public ReadOnly Property Items As IList(Of RibbonControl)

Property Value

A collection of controls on the RibbonSplitButton.

Remarks

This property can be set at run time only under certain conditions. For more information, see Ribbon Object Model Overview.

Applies to