IUIX_Dialog::SetItemText Method
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
Line 8: | Line 8: | ||
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT SetItemText([in] BSTR | + | <pre class="brush:cpp;gutter:false">HRESULT SetItemText([in] BSTR sItemID, |
− | [in] BSTR | + | [in] BSTR sText);</pre> |
== Parameters == | == Parameters == | ||
− | ; | + | ;sItemID |
:[in] text ID of a required item. | :[in] text 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 text ID.
Syntax
HRESULT SetItemText([in] BSTR sItemID, [in] BSTR sText);
Parameters
- sItemID
- [in] text 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.