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


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