Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / ElementControl Class / Parent Property


In This Topic
    Parent Property (ElementControl)
    In This Topic
    Gets or sets the parent of the control.
    Syntax
    'Declaration
     
    
    Public Overridable Shadows Property Parent As Control
    'Usage
     
    
    Dim instance As ElementControl
    Dim value As Control
     
    instance.Parent = value
     
    value = instance.Parent
    public virtual new Control Parent {get; set;}
    See Also