IUIX_CmdItemBox::Count Property
From PDF XChange PDF SDK
(Automatic page editing by robot) |
|||
(7 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
+ | __NOTOC__ | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IUIX_CmdItemBox::Count Property}} | {{#customTitle:IUIX_CmdItemBox::Count Property}} | ||
+ | {{#parentPage:PXV:IUIX_CmdItemBox#Properties|Count|property}} | ||
+ | {{ToReview}} | ||
− | Property '''Count''' of interface [[PXV:IUIX_CmdItemBox|IUIX_CmdItemBox]] returns Value of ULONG . | + | Property '''Count''' of interface [[PXV:IUIX_CmdItemBox|IUIX_CmdItemBox]] returns Value of ULONG containing the number of command items in the command items box. |
− | + | ||
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT get_Count([out, retval] ULONG* | + | <pre class="brush:cpp;gutter:false">HRESULT get_Count([out, retval] ULONG* nCount); |
</pre> | </pre> | ||
== See Also == | == See Also == | ||
− | + | [[PXV:IUIX_CmdItemBox|IUIX_CmdItemBox]] |
Latest revision as of 07:26, 24 March 2016
Property Count of interface IUIX_CmdItemBox returns Value of ULONG containing the number of command items in the command items box.
Syntax
HRESULT get_Count([out, retval] ULONG* nCount);