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


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