Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / NamedStyle Class / ResetLockBackColor Method


In This Topic
    ResetLockBackColor Method (NamedStyle)
    In This Topic
    Resets the lock background color for the style to the default setting (not set).
    Syntax
    'Declaration
     
    
    Public Overrides Sub ResetLockBackColor() 
    'Usage
     
    
    Dim instance As NamedStyle
     
    instance.ResetLockBackColor()
    public override void ResetLockBackColor()
    See Also