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: 19.00.00
Syntax
C#
bool RemoveGroup(
	string caption
)

Parameters

caption  String
The caption of the group

Return Value

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