IUIX_Dialog::SetItemText2 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 SetItemText2([in] LONG nItemID, | <pre class="brush:cpp;gutter:false">HRESULT SetItemText2([in] LONG nItemID, | ||
− | [in] BSTR | + | [in] BSTR sText);</pre> |
== Parameters == | == Parameters == | ||
;nItemID | ;nItemID | ||
:[in] numerical ID of a required item. | :[in] numerical ID of a required item. | ||
− | ; | + | ;sText |
:[in] new item text. | :[in] new item text. | ||
Revision as of 03:18, 15 June 2015
Sets text of a required dialog item by item's numerical ID.
Syntax
HRESULT SetItemText2([in] LONG nItemID, [in] BSTR sText);
Parameters
- nItemID
- [in] numerical ID of a required item.
- sText
- [in] new item text.
Return Value
Returns S_OK if operation was successful or error code in other cases.