IASEditBox::get_Text

This method gets a copy of the string currently in the edit box.

Syntax

HRESULT get_Text( BSTR *pbstr );

Parameters

pbstr
[out] Pointer to the Unicode text string currently in the edit box.

Return Values

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