Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / NamedStyle Class / LockForeColor Property


In This Topic
    LockForeColor Property (NamedStyle)
    In This Topic
    Gets or sets the foreground color of locked cells.
    Syntax
    'Declaration
     
    
    Public Overrides Property LockForeColor As Color
    'Usage
     
    
    Dim instance As NamedStyle
    Dim value As Color
     
    instance.LockForeColor = value
     
    value = instance.LockForeColor
    public override Color LockForeColor {get; set;}
    See Also