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


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