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


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