ComponentOne MultiSelect for WinForms
IsDefault Method

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 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

Reference

UIStrings Class
UIStrings Members