ComponentOne CalendarView for WinForms
C1.Win.C1Input Namespace / UIStrings Class / IsDefault Method
The key of the string to test.

In This Topic
    IsDefault Method
    In This Topic
    Tests whether a string in the collection has default value.
    Syntax
    'Declaration
     
    
    Public Function IsDefault( _
       ByVal key As Object _
    ) As Boolean
    public bool IsDefault( 
       object key
    )

    Parameters

    key
    The key of the string to test.

    Return Value

    true if the string has default value, false otherwise.
    See Also