True DBGrid for WinForms | ComponentOne
C1.Win.C1TrueDBGrid.4.5.2 Assembly / C1.Win.C1TrueDBGrid Namespace / UIStrings Class / Reset Method / Reset(Object) Method
The key of the string to reset.

In This Topic
    Reset(Object) Method
    In This Topic
    Resets a string to its default value.
    Syntax
    'Declaration
     
    Public Overloads Sub Reset( _
       ByVal key As System.Object _
    ) 
    public void Reset( 
       System.object key
    )

    Parameters

    key
    The key of the string to reset.
    See Also