Click or drag to resize

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

Parameters

caption
Type: SystemString
The caption to use

Return Value

Type: IRibbonPage
The page found/created
See Also