IUIX_Edit::SetSel Method
From PDF XChange PDF SDK
The method of interface of PDF-XChange Editor SDK.
Syntax
HRESULT SetSel([in] UIX_EditTextPos* stBegin, [in] UIX_EditTextPos* stEnd);
Parameters
- stBegin
- [in] Pointer to UIX_EditTextPos.
- stEnd
- [in] Pointer to UIX_EditTextPos.
Return Value
Returns S_OK if operation was successful or error code in other cases.