VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.UI Namespace / TextBoxProvider Class / SetSelection(Int32,Int32) Method
Syntax Requirements SeeAlso
In This Topic
    SetSelection(Int32,Int32) Method (TextBoxProvider)
    In This Topic
    Sets the selection.
    Syntax
    'Declaration
    
    Public Overridable Sub SetSelection( _
    ByVal selectionStart
    The selection start.
    As System.Int32, _
    ByVal selectionLength
    Length of the selection.
    As System.Int32 _
    )
    public virtual void SetSelection(
    System.Int32 selectionStart,
    System.Int32 selectionLength
    )
    public: virtual void SetSelection(
    System.Int32 selectionStart,
    System.Int32 selectionLength
    )
    public:
    virtual void SetSelection(
    System.Int32 selectionStart,
    System.Int32 selectionLength
    )

    Parameters

    selectionStart
    The selection start.
    selectionLength
    Length of the selection.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also