True DBGrid for WinForms | ComponentOne
C1.Win.C1TrueDBGrid.4.8 Assembly / C1.Win.C1TrueDBGrid Namespace / UIStrings Class / IsDefault Method
The key of the string to test.

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

    Parameters

    key
    The key of the string to test.

    Return Value

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