Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / Appearance Class / LockForeColor Property


In This Topic
    LockForeColor Property (Appearance)
    In This Topic
    Gets or sets the text color of an object when the cell is locked.
    Syntax
    'Declaration
     
    
    Public Property LockForeColor As Color
    'Usage
     
    
    Dim instance As Appearance
    Dim value As Color
     
    instance.LockForeColor = value
     
    value = instance.LockForeColor
    public Color LockForeColor {get; set;}
    See Also