IUIX_Combo::SetItemTooltip 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 SetItemTooltip([in] LONG nItem, | <pre class="brush:cpp;gutter:false">HRESULT SetItemTooltip([in] LONG nItem, | ||
− | [in] BSTR | + | [in] BSTR sTooltip);</pre> |
== Parameters == | == Parameters == | ||
;nItem | ;nItem | ||
:[in] number of a required item. | :[in] number of a required item. | ||
− | ; | + | ;sTooltip |
:[in] tooltip text. | :[in] tooltip text. | ||
Revision as of 03:17, 15 June 2015
Sets tooltip for a required item in a combo box.
Syntax
HRESULT SetItemTooltip([in] LONG nItem, [in] BSTR sTooltip);
Parameters
- nItem
- [in] number of a required item.
- sTooltip
- [in] tooltip text.
Return Value
Returns S_OK if operation was successful or error code in other cases.