IASEditBox::put_Selection

This method sets the current item to the specified character.

Syntax

HRESULT put_Selection( wchar_t ch );

Parameters

ch
[in] Character to be set.

Return Values

NOERROR indicated success. E_ACCESSDENIED indicates that editing mode is not enabled.

Remarks

If ch is 0, this method sets the current item equal to the first character in the character set.