RibbonSplitButton.Items Property (2007 System)
Gets the collection of controls that are on this RibbonSplitButton.
Namespace: Microsoft.Office.Tools.Ribbon
Assembly: Microsoft.Office.Tools.Common.v9.0 (in Microsoft.Office.Tools.Common.v9.0.dll)
Syntax
'Declaration
Public ReadOnly Property Items As RibbonComponentCollection(Of RibbonControl)
'Usage
Dim instance As RibbonSplitButton
Dim value As RibbonComponentCollection(Of RibbonControl)
value = instance.Items
public RibbonComponentCollection<RibbonControl> Items { get; }
public:
property RibbonComponentCollection<RibbonControl^>^ Items {
RibbonComponentCollection<RibbonControl^>^ get ();
}
public function get Items () : RibbonComponentCollection<RibbonControl>
Property Value
Type: Microsoft.Office.Tools.Ribbon.RibbonComponentCollection<RibbonControl>
A RibbonComponentCollection<T> that can be used to access the 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.
.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