IUIX_Combo::GetItemStyle Method

From PDF XChange PDF SDK
Jump to: navigation, search
Line 14: Line 14:
 
:[in] number of a required item.
 
:[in] number of a required item.
 
;pStyle
 
;pStyle
:[out, retval] returned LONG value of item style flags. See [[PXV:UIX_ComboItemStyleFlags|UIX_ComboItemStyleFlags]] enumeration for full list of combo box ''item styles''.
+
:[out, retval] returned value of item style flags. See [[PXV:UIX_ComboItemStyleFlags|UIX_ComboItemStyleFlags]] enumeration for full list of combo box ''item style flags''.
  
 
== Return Value ==
 
== Return Value ==

Revision as of 02:53, 8 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

See also IUIX_Combo, UIX_ComboItemStyleFlags.