IUIX_CmdMenu::Count Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
(2 intermediate revisions by one other user not shown) | |||
Line 2: | Line 2: | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IUIX_CmdMenu::Count Property}} | {{#customTitle:IUIX_CmdMenu::Count Property}} | ||
− | {{#parentPage:PXV:IUIX_CmdMenu#Properties|Count | + | {{#parentPage:PXV:IUIX_CmdMenu#Properties|Count|property}} |
− | + | ||
{{ToReview}} | {{ToReview}} | ||
− | Property '''Count''' of interface [[PXV:IUIX_CmdMenu|IUIX_CmdMenu]] returns Value of ULONG | + | Property '''Count''' of interface [[PXV:IUIX_CmdMenu|IUIX_CmdMenu]] returns Value of ULONG containing the number of the [[PXV:IUIX_CmdMenu|sub-menu items]]. |
== 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_CmdMenu|IUIX_CmdMenu]] | [[PXV:IUIX_CmdMenu|IUIX_CmdMenu]] |
Latest revision as of 06:46, 1 April 2016
Property Count of interface IUIX_CmdMenu returns Value of ULONG containing the number of the sub-menu items.
Syntax
HRESULT get_Count([out, retval] ULONG* nCount);