IUIX_Dialog::GetNextItem Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IUIX_Dialog::GetNextItem Method}}
 
{{#customTitle:IUIX_Dialog::GetNextItem Method}}
{{#parentPage:PXV:IUIX_Dialog#Methods|GetNextItem Method|method}}
+
{{#parentPage:PXV:IUIX_Dialog#Methods|GetNextItem|method}}
 
{{ToReview}}
 
{{ToReview}}
  

Revision as of 09:50, 23 May 2015


Gets next to pCurItem dialog item. Next item is selected according to flags from UIX_GetNextDlgItemFlags enumeration specified in nEnumFlags parameter.

Syntax

HRESULT GetNextItem([in]                    IUIX_Obj*   pCurItem,
                    [in, defaultvalue(-1)]  LONG        nEnumFlags,
                    [out, retval]           IUIX_Obj**  ppNextItem);

Parameters

pCurItem
[in] current object of IUIX_Obj interface.
nEnumFlags
[in, defaultvalue(-1)] specifies parameters from UIX_GetNextDlgItemFlags enumeration according to which next item will be selected.
ppNextItem
[out, retval] return object of IUIX_Obj interface. Use QueryImpl method to query implementation of a required item type from IUIX_Obj.

Return Value

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

See Also

IUIX_Dialog