IASEditBox::get_Selection

This method gets the currently selected character.

Syntax

HRESULT get_Selection( wchar_t *pch );

Parameters

pch
[out] Pointer to the currently selected character.

Return Values

NOERROR indicates success. E_INVALIDARG indicates that the argument is invalid. E_ACCESSDENIED indicates that editing mode is not enabled.