Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / ElementWindowless Class / ForeColorPriv Property


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