Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / IElement Interface / Parent Property


In This Topic
Parent Property (IElement)
In This Topic
Internal use only.
Syntax
'Declaration
 
Property Parent As Control
 
'Usage
 
Dim instance As IElement
Dim value As Control
 
instance.Parent = value
 
value = instance.Parent
See Also