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.Gui
Assembly:
WpfControls (in WpfControls.dll) Version: 15.0.2.11458
SyntaxIRibbonPage FindCreatePage(
string caption
)
Parameters
- caption
- Type: SystemString
The caption to use
Return Value
Type:
IRibbonPageThe page found/created
See Also