IASEditBox::Insert

This method inserts a character to the left of the current character.

Syntax

HRESULT Insert( short ch );

Parameters

ch
[in] Character to be inserted.

Return Values

S_FALSE indicates that the maximum number of characters has been reached. E_ACCESSDENIED indicates that editing mode is not enabled.