IUIX_Combo::GetItemStyle Method

From PDF XChange PDF SDK
Jump to: navigation, search
 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IUIX_Combo::GetItemStyle Method}}
 
{{#customTitle:IUIX_Combo::GetItemStyle Method}}
{{#parentPage:PXV:IUIX_Combo|GetItemStyle Method|method}}
+
{{#parentPage:PXV:IUIX_Combo#Methods|GetItemStyle|method}}
{{ToReview}}
+
 
  
 
Gets combo box item ''style''.
 
Gets combo box item ''style''.
Line 8: Line 9:
 
== Syntax ==
 
== Syntax ==
 
<pre class="brush:cpp;gutter:false">HRESULT GetItemStyle([in]          LONG  nItem,
 
<pre class="brush:cpp;gutter:false">HRESULT GetItemStyle([in]          LONG  nItem,
                     [out, retval]  LONG*  pStyle);</pre>
+
                     [out, retval]  LONG*  nStyle);</pre>
  
 
== Parameters ==
 
== Parameters ==
 
;nItem
 
;nItem
 
:[in] number of a required item.
 
:[in] number of a required item.
;pStyle
+
;nStyle
 
:[out, retval] returned value of item style flags. See [[PXV:UIX_ComboItemStyleFlags|UIX_ComboItemStyleFlags]] enumeration for full list of combo box ''item style flags''.
 
:[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 ==
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 ==
See also [[PXV:IUIX_Combo|IUIX_Combo]], [[PXV:UIX_ComboItemStyleFlags|UIX_ComboItemStyleFlags]].
+
[[PXV:IUIX_Combo|IUIX_Combo]]

Latest 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