Click or drag to resize

IRibbonContainerAddItems Method

Add multiple IRibbonItems to this container.

Namespace:  Demo3D.Gui
Assembly:  WpfControls (in WpfControls.dll) Version: 15.0.2.11458
Syntax
C#
void AddItems(
	IEnumerable<IRibbonItem> ribbonItems
)

Parameters

ribbonItems
Type: System.Collections.GenericIEnumerableIRibbonItem
The IRibbonItems to add
See Also