FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / NamedStyle Class / ResetLockForeColor Method


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