Click or drag to resize

IRibbonGroupGetTools Method

Get all the tools on this group.

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

Return Value

Type: IEnumerableIRibbonItem
All the tools on the group
See Also