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
Syntaxbool RemoveGroup(
string caption
)
Parameters
- caption
- Type: SystemString
The caption of the group
Return Value
Type:
BooleanTrue if at least one group was successfully removed, false if no groups were removed
See Also