ComponentOne Basic Library for WPF and Silverlight
GetSpellingErrorStart Method


C1.WPF Namespace > C1MaskedTextBox Class : GetSpellingErrorStart Method
Syntax
'Declaration
 
Public Function GetSpellingErrorStart( _
   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.GetSpellingErrorStart(charIndex)
public System.int GetSpellingErrorStart( 
   System.int charIndex
)

Parameters

charIndex
See Also

Reference

C1MaskedTextBox Class
C1MaskedTextBox Members