IUIX_Combo::SetItemText Method

From PDF XChange PDF SDK
Jump to: navigation, search


Sets text for a required item.

Syntax

HRESULT SetItemText([in]  LONG  nItem,
                    [in]  BSTR  sText);

Parameters

nItem
[in] number of a required item.
sText
[in] text to set for an item.

Return Value

Returns S_OK if the operation was successful, or will return an error code if it fails.

See Also

IUIX_Combo