IUIX_Cmd::ShortcutsCount Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
(One intermediate revision by one other user not shown) | |||
Line 3: | Line 3: | ||
{{#customTitle:IUIX_Cmd::ShortcutsCount Property}} | {{#customTitle:IUIX_Cmd::ShortcutsCount Property}} | ||
{{#parentPage:PXV:IUIX_Cmd#Properties|ShortcutsCount|property}} | {{#parentPage:PXV:IUIX_Cmd#Properties|ShortcutsCount|property}} | ||
− | |||
{{ToReview}} | {{ToReview}} | ||
− | Property '''ShortcutsCount''' of interface [[PXV:IUIX_Cmd|IUIX_Cmd]] returns Value of LONG | + | Property '''ShortcutsCount''' of interface [[PXV:IUIX_Cmd|IUIX_Cmd]] returns Value of LONG containing the number of shortcuts in the command's shortcuts list. |
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT get_ShortcutsCount([out, retval] LONG* | + | <pre class="brush:cpp;gutter:false">HRESULT get_ShortcutsCount([out, retval] LONG* nCount); |
</pre> | </pre> | ||
== See Also == | == See Also == | ||
[[PXV:IUIX_Cmd|IUIX_Cmd]] | [[PXV:IUIX_Cmd|IUIX_Cmd]] |
Latest revision as of 01:09, 24 March 2016
Property ShortcutsCount of interface IUIX_Cmd returns Value of LONG containing the number of shortcuts in the command's shortcuts list.
Syntax
HRESULT get_ShortcutsCount([out, retval] LONG* nCount);