IUIX_Dialog::GetItemSelParam 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::GetItemSelParam Method}}
 
{{#customTitle:IUIX_Dialog::GetItemSelParam Method}}
{{#parentPage:PXV:IUIX_Dialog#Methods|GetItemSelParam Method|method}}
+
{{#parentPage:PXV:IUIX_Dialog#Methods|GetItemSelParam|method}}
 
{{ToReview}}
 
{{ToReview}}
  

Revision as of 09:50, 23 May 2015


Gets parameter value of currently selected item in a list of a dialog object.

Dialog object is selected via its text ID and must implement IUIX_List, IUIX_Combo or IUIX_Tree interface.

Syntax

HRESULT GetItemSelParam([in]           BSTR      pItemID,
                        [in]           PARAM_T   nDef,
                        [out, retval]  PARAM_T*  pRes);

Parameters

pItemID
[in] text ID of a required object in a dialog.
nDef
[in] default value that will be returned in pRes value if no dialog object with a given ID was found.
pRes
[out, retval] return value of item parameter.

Return Value

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

See Also

IUIX_Dialog