Click or drag to resize

ControlFindParent Method (String)

Finds a control in the parent hierarchy with the specified id

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public Container FindParent(
	string id
)

Parameters

id
Type: SystemString
Identifier of the parent control to find.

Return Value

Type: Container
The parent if found, or null if not found.
See Also