ComponentOne CalendarView for WinForms
C1.Win.C1Input 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 Object _
    ) 
    public void Reset( 
       object key
    )

    Parameters

    key
    The key of the string to reset.
    See Also