Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / ElementControl Class / ParentPriv Property


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