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


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