IASEditBox::put_Text

This method replaces the current text string with another.

Syntax

HRESULT put_Text( BSTR bstr );

Parameters

bstr
[in] Unicode string.

Return Values

NOERROR indicates success. E_INVALIDARG indicates that the argument is invalid.