ComponentOne Basic Library for WPF and Silverlight
GetSpellingErrorLength Method


C1.WPF Namespace > C1MaskedTextBox Class : GetSpellingErrorLength Method
Syntax
'Declaration
 
Public Function GetSpellingErrorLength( _
   ByVal charIndex As System.Integer _
) As System.Integer
'Usage
 
Dim instance As C1MaskedTextBox
Dim charIndex As System.Integer
Dim value As System.Integer
 
value = instance.GetSpellingErrorLength(charIndex)
public System.int GetSpellingErrorLength( 
   System.int charIndex
)

Parameters

charIndex
See Also

Reference

C1MaskedTextBox Class
C1MaskedTextBox Members