Click or drag to resize

IRibbonGroupGetTools Method

Get all the tools on this group.

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

Return Value

IEnumerableIRibbonItem
All the tools on the group
See Also