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


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