C1.iOS.Input Assembly / C1.iOS.Input Namespace / C1MaskedTextField Class / GetHashCode Method


In This Topic
GetHashCode Method (C1MaskedTextField)
In This Topic
Syntax
'Declaration
 
Public Overridable Function GetHashCode() As Integer
 
'Usage
 
Dim instance As C1MaskedTextField
Dim value As Integer
 
value = instance.GetHashCode()
See Also