Click or drag to resize

IRibbonPageRemoveGroup Method

Removes the group with the given caption from the page.

Namespace:  Demo3D.Gui
Assembly:  WpfControls (in WpfControls.dll) Version: 15.0.2.11458
Syntax
C#
bool RemoveGroup(
	string caption
)

Parameters

caption
Type: SystemString
The caption of the group

Return Value

Type: Boolean
True if at least one group was successfully removed, false if no groups were removed
See Also