Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / ChartShape Class / ParentPriv Property


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