IRibbonManagerFindPage Method |
Finds a page in the toolbar by its caption.
Namespace:
Demo3D.Gui
Assembly:
WpfControls (in WpfControls.dll) Version: 15.0.2.11458
SyntaxIRibbonPage FindPage(
string caption
)
Parameters
- caption
- Type: SystemString
The caption to be used in the search
Return Value
Type:
IRibbonPageThe page found
See Also