FarPoint.Win Assembly / FarPoint.Win Namespace / ElementContainerControl Class / Parent Property


In This Topic
Parent Property (ElementContainerControl)
In This Topic
Gets or sets the parent of the control.
Syntax
'Declaration
 
Public Overridable Shadows Property Parent As Control
 
'Usage
 
Dim instance As ElementContainerControl
Dim value As Control
 
instance.Parent = value
 
value = instance.Parent
See Also