Xceed Grid for WinForms v4.3 Documentation
Xceed.Editors.v2.6 Assembly / Xceed.Editors Namespace / TextBoxArea Class / ConvertSelectionToEditText Method
The index of the start of the selected raw text.
The length of the raw text selection.
The index of the start of the selected edit text.
The length of the edit text selection.


In This Topic
    ConvertSelectionToEditText Method
    In This Topic
    Converts the selected raw text to edit text.
    Syntax
    'Declaration
     
    Protected Overridable Sub ConvertSelectionToEditText( _
       ByVal rawTextSelectionStart As Integer, _
       ByVal rawTextSelectionLength As Integer, _
       ByRef editTextSelectionStart As Integer, _
       ByRef editTextSelectionLength As Integer _
    ) 
    'Usage
     
    Dim instance As TextBoxArea
    Dim rawTextSelectionStart As Integer
    Dim rawTextSelectionLength As Integer
    Dim editTextSelectionStart As Integer
    Dim editTextSelectionLength As Integer
     
    instance.ConvertSelectionToEditText(rawTextSelectionStart, rawTextSelectionLength, editTextSelectionStart, editTextSelectionLength)
    protected virtual void ConvertSelectionToEditText( 
       int rawTextSelectionStart,
       int rawTextSelectionLength,
       out int editTextSelectionStart,
       out int editTextSelectionLength
    )

    Parameters

    rawTextSelectionStart
    The index of the start of the selected raw text.
    rawTextSelectionLength
    The length of the raw text selection.
    editTextSelectionStart
    The index of the start of the selected edit text.
    editTextSelectionLength
    The length of the edit text selection.
    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