ContainerFindChild Method (String) |
Finds a child control in this container or any of its child containers with the specified id.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public Control FindChild(
string id
)
Public Function FindChild (
id As String
) As Control
member FindChild :
id : string -> Control
Parameters
- id
- Type: SystemString
Identifier of the control to find that matches the ID.
Return Value
Type:
ControlThe child control if found, or null if not.
See Also