IUIX_Combo::GetItemStyle Method

From PDF XChange PDF SDK
Revision as of 22:26, 21 May 2015 by Dsbot (Talk | contribs) (Automatic page editing by robot)

Jump to: navigation, search


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, UIX_ComboItemStyleFlags.