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


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