Click or drag to resize

ControlFindParent Method (Type, String)

Finds a control in the parent hierarchy with the specified type and ID if specified

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

Parameters

type
Type: SystemType
The type of control to find.
id (Optional)
Type: SystemString
Identifier of the parent control to find, or null to find by type only.

Return Value

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