Version

SetCaretPos Method (ComboEditorBaseProxy<T,TControl>)

Sets the position of the caret/cursor to the specified location of the TextEditor of the ComboEditorBase control
Syntax
'Declaration
 
Public Sub SetCaretPos( _
   ByVal iCaretPos As System.Integer _
) 
public void SetCaretPos( 
   System.int iCaretPos
)
public: void SetCaretPos( 
   System.int iCaretPos
) 

Parameters

iCaretPos
Index of the text of the ComboEditorBase control’s TextEditor at which the caret/cursor needs to be positioned
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