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


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