ComponentOne Basic Library for WPF and Silverlight
GetSpellingError Method


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

Parameters

charIndex
See Also

Reference

C1MaskedTextBox Class
C1MaskedTextBox Members