Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win.SuperEdit Namespace / RegionalSettings Class / Reset Method
Object containing the property


In This Topic
    Reset Method (RegionalSettings)
    In This Topic
    Resets the bit map to false and frees any object that the property has created.
    Syntax
    'Declaration
     
    
    Protected Sub Reset( _
       ByVal prop As Object _
    ) 
    'Usage
     
    
    Dim instance As RegionalSettings
    Dim prop As Object
     
    instance.Reset(prop)
    protected void Reset( 
       object prop
    )

    Parameters

    prop
    Object containing the property
    See Also