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

Revision as of 09:48, 23 May 2015


Sets image for an item with a given number.

Syntax

HRESULT SetItemImage([in]  LONG       nItem,
                     [in]  IUnknown*  pImage);

Parameters

nItem
[in] number of an item to set image for.
pImage
[in] image to set for required item. Note, that pImage object should implement IUIX_Icon or IUIX_ImageData interface.

Return Value

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

See Also

IUIX_Combo