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: 15.0.2.11458
Syntax
C#
IRibbonPage FindPage(
	string caption
)

Parameters

caption
Type: SystemString
The caption to be used in the search

Return Value

Type: IRibbonPage
The page found
See Also