IUIX_Combo::SetItemText Method
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
Line 9: | Line 9: | ||
== Syntax == | == Syntax == | ||
<pre class="brush:cpp;gutter:false">HRESULT SetItemText([in] LONG nItem, | <pre class="brush:cpp;gutter:false">HRESULT SetItemText([in] LONG nItem, | ||
− | [in] BSTR | + | [in] BSTR sText);</pre> |
== Parameters == | == Parameters == | ||
;nItem | ;nItem | ||
:[in] number of a required item. | :[in] number of a required item. | ||
− | ; | + | ;sText |
:[in] text to set for an item. | :[in] text to set for an item. | ||
Revision as of 03:17, 15 June 2015
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 operation was successful or error code in other cases.