IASPowerListBoxEdit::put_Text

This method sets the text in the edit item.

Syntax

HRESULT put_Text( BSTR bstrText );

Parameters

bstrText
Unicode string that contains the edit item’s text.

Return Values

NOERROR indicates success. E_OUTOFMEMORY indicates that the system is out of memory.