Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / ElementWindowless Class / Parent Property


In This Topic
    Parent Property (ElementWindowless)
    In This Topic
    Internal use only.
    Syntax
    'Declaration
     
    
    Public Overridable Property Parent As Control
    'Usage
     
    
    Dim instance As ElementWindowless
    Dim value As Control
     
    instance.Parent = value
     
    value = instance.Parent
    public virtual Control Parent {get; set;}
    See Also