Spread Windows Forms 15.0
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
    Control Parent {get; set;}
    See Also