Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / NamedStyle Class / ResetLockFont Method


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