IUIX_Combo::GetItemStyle Method
From PDF XChange PDF SDK
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.