IRibbonManagerFindCreatePage Method |
Attempts to find a page in the toolbar by caption. If it doesn't exist, one will be created using the given caption.
Namespace: Demo3D.GuiAssembly: WpfControls (in WpfControls.dll) Version: 19.00.00
SyntaxIRibbonPage FindCreatePage(
string caption
)
Parameters
- caption String
- The caption to use
Return Value
IRibbonPageThe page found/created
See Also