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

Revision as of 09:48, 23 May 2015


Gets combo box item style.

Syntax

HRESULT GetItemStyle([in]           LONG   nItem,
                     [out, retval]  LONG*  pStyle);

Parameters

nItem
[in] number of a required item.
pStyle
[out, retval] returned value of item style flags. See UIX_ComboItemStyleFlags enumeration for full list of combo box item style flags.

Return Value

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

See Also

IUIX_Combo