GetNextSpellingErrorPosition Method
See Also 
SourceCode.Workflow.WizardFramework.Controls Namespace > K2TextBoxBase Class : GetNextSpellingErrorPosition Method



position
direction

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Function GetNextSpellingErrorPosition( _
   ByVal position As TextPointer, _
   ByVal direction As LogicalDirection _
) As TextPointer
Visual Basic (Usage) Copy Code
Dim instance As K2TextBoxBase
Dim position As TextPointer
Dim direction As LogicalDirection
Dim value As TextPointer
 
value = instance.GetNextSpellingErrorPosition(position, direction)
C#  
public TextPointer GetNextSpellingErrorPosition( 
   TextPointer position,
   LogicalDirection direction
)
C++/CLI  
public:
TextPointer^ GetNextSpellingErrorPosition( 
   TextPointer^ position,
   LogicalDirection direction
) 

Parameters

position
direction

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also