IUIX_Combo::SetItemTooltip Method

From PDF XChange PDF SDK
Jump to: navigation, search
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  pTooltip);</pre>
+
                       [in]  BSTR  sTooltip);</pre>
  
 
== Parameters ==
 
== Parameters ==
 
;nItem
 
;nItem
 
:[in]  number of a required item.
 
:[in]  number of a required item.
;pTooltip
+
;sTooltip
 
:[in]  tooltip text.
 
:[in]  tooltip text.
  

Revision as of 04: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.

See Also

IUIX_Combo