Click or drag to resize

IRibbonManagerFindPage Method

Finds a page in the toolbar by its caption.

Namespace: Demo3D.Gui
Assembly: WpfControls (in WpfControls.dll) Version: 19.00.00
Syntax
C#
IRibbonPage FindPage(
	string caption
)

Parameters

caption  String
The caption to be used in the search

Return Value

IRibbonPage
The page found
See Also