Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / IPaintingContext Interface / LockForeColor Property


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