ComponentOne Input for WinForms
IsDefault Method

C1.Win.C1Input.4 Assembly > C1.Win.C1Input Namespace > UIStrings Class : IsDefault Method
The key of the string to test.
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

Reference

UIStrings Class
UIStrings Members