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


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