Version

SetDocumentOffset(Int32) Method

Sets the offset within the Infragistics.Documents.RichText.RichTextDocument at which the Caret should be logically positioned. The Caret's physical location in the display is adjusted accordingly.
Syntax
'Declaration
 
Public Sub SetDocumentOffset( _
   ByVal documentOffset As Integer _
) 
public void SetDocumentOffset( 
   int documentOffset
)

Parameters

documentOffset
The offset within the Infragistics.Documents.RichText.RichTextDocument at which to position the Caret.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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