IUIX_CmdBar::Count Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
(3 intermediate revisions by one other user not shown)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IUIX_CmdBar::Count Property}}
 
{{#customTitle:IUIX_CmdBar::Count Property}}
{{#parentPage:PXV:IUIX_CmdBar#Properties|Count Property|property}}
+
{{#parentPage:PXV:IUIX_CmdBar#Properties|Count|property}}
{{ToWrite}}
+
 
{{ToReview}}
 
{{ToReview}}
  
Property '''Count''' of interface [[PXV:IUIX_CmdBar|IUIX_CmdBar]] returns  Value of ULONG ...
+
Property '''Count''' of interface [[PXV:IUIX_CmdBar|IUIX_CmdBar]] returns  Value of ULONG containing the number of the [[PXV:IUIX_CmdItemBox|command items boxes]] in the commands bar.
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_Count([out, retval]  ULONG*  pCount);
+
<pre class="brush:cpp;gutter:false">HRESULT get_Count([out, retval]  ULONG*  nCount);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
[[PXV:IUIX_CmdBar|IUIX_CmdBar]].
+
[[PXV:IUIX_CmdBar|IUIX_CmdBar]]

Latest revision as of 06:19, 25 March 2016


Property Count of interface IUIX_CmdBar returns Value of ULONG containing the number of the command items boxes in the commands bar.

Syntax

HRESULT get_Count([out, retval]  ULONG*  nCount);

See Also

IUIX_CmdBar