| 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
Syntaxpublic Container FindParent(
	string id
)
Public Function FindParent ( 
	id As String
) As Container
member FindParent : 
        id : string -> Container 
Parameters
- id
- Type: SystemString
 Identifier of the parent control to find.
Return Value
Type: 
ContainerThe parent if found, or null if not found.
 See Also
See Also