IRibbonPageRemoveGroup Method |
Removes the group with the given caption from the page.
Namespace: Demo3D.GuiAssembly: WpfControls (in WpfControls.dll) Version: 19.00.00
Syntaxbool RemoveGroup(
string caption
)
Parameters
- caption String
- The caption of the group
Return Value
BooleanTrue if at least one group was successfully removed, false if no groups were removed
See Also