Click or drag to resize

IRibbonGroupFindEdit Method

Finds an editable input field.

Namespace:  Demo3D.Gui
Assembly:  WpfControls (in WpfControls.dll) Version: 15.0.2.11458
Syntax
C#
IRibbonEdit FindEdit(
	string caption
)

Parameters

caption
Type: SystemString
The caption of the input field to look for

Return Value

Type: IRibbonEdit
The input field
See Also