IUIX_ListCallbacks::List_OnBeforeShowTooltip Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
Line 10: Line 10:
 
== Syntax ==
 
== Syntax ==
 
<pre class="brush:cpp;gutter:false">HRESULT List_OnBeforeShowTooltip([in]  IUIX_List*      pList,
 
<pre class="brush:cpp;gutter:false">HRESULT List_OnBeforeShowTooltip([in]  IUIX_List*      pList,
                                 [in]  UIX_ListItemID*  pItem,
+
                                 [in]  UIX_ListItemID*  stItem,
 
                                 [in]  LONG            nHotItemHT,
 
                                 [in]  LONG            nHotItemHT,
 
                                 [in]  IUIX_Tooltip*    pTooltipCtl);</pre>
 
                                 [in]  IUIX_Tooltip*    pTooltipCtl);</pre>
Line 17: Line 17:
 
;pList
 
;pList
 
:[in]  Pointer to [[PXV:IUIX_List|IUIX_List]].
 
:[in]  Pointer to [[PXV:IUIX_List|IUIX_List]].
;pItem
+
;stItem
 
:[in]  Pointer to [[PXV:UIX_ListItemID|UIX_ListItemID]].
 
:[in]  Pointer to [[PXV:UIX_ListItemID|UIX_ListItemID]].
 
;nHotItemHT
 
;nHotItemHT

Latest revision as of 04:28, 15 June 2015


The method of interface of PDF-XChange Editor SDK.

Syntax

HRESULT List_OnBeforeShowTooltip([in]  IUIX_List*       pList,
                                 [in]  UIX_ListItemID*  stItem,
                                 [in]  LONG             nHotItemHT,
                                 [in]  IUIX_Tooltip*    pTooltipCtl);

Parameters

pList
[in] Pointer to IUIX_List.
stItem
[in] Pointer to UIX_ListItemID.
nHotItemHT
[in] Value of LONG.
pTooltipCtl
[in] Pointer to IUIX_Tooltip.

Return Value

Returns S_OK if operation was successful or error code in other cases.

See Also

IUIX_ListCallbacks