IUIX_Combo::GetItemStyle Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
Line 18: Line 18:
  
 
== Return Value ==
 
== Return Value ==
Returns S_OK if operation was successful or error code in other cases.
+
Returns S_OK if the operation was successful, or will return an error code if it fails.  
  
 
== See Also ==
 
== See Also ==
 
[[PXV:IUIX_Combo|IUIX_Combo]]
 
[[PXV:IUIX_Combo|IUIX_Combo]]

Revision as of 14:10, 15 June 2015


Gets combo box item style.

Syntax

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

Parameters

nItem
[in] number of a required item.
nStyle
[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 the operation was successful, or will return an error code if it fails.

See Also

IUIX_Combo