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


In This Topic
    Parent Property (SpreadShapesContainer)
    In This Topic
    Gets or sets the parent control for the shape container.
    Syntax
    'Declaration
     
    
    Public Overrides Property Parent As Control
    'Usage
     
    
    Dim instance As SpreadShapesContainer
    Dim value As Control
     
    instance.Parent = value
     
    value = instance.Parent
    public override Control Parent {get; set;}
    See Also