Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / StyleInfo Class / ResetLockForeColor Method


In This Topic
    ResetLockForeColor Method (StyleInfo)
    In This Topic
    Resets the LockForeColor of the style to the default
    Syntax
    'Declaration
     
    
    Public Overridable Sub ResetLockForeColor() 
    'Usage
     
    
    Dim instance As StyleInfo
     
    instance.ResetLockForeColor()
    public virtual void ResetLockForeColor()
    See Also