IUIX_CmdBar::FlatGetItemsCount Method
From PDF XChange PDF SDK
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::FlatGetItemsCount Method}} | {{#customTitle:IUIX_CmdBar::FlatGetItemsCount Method}} | ||
− | {{#parentPage:PXV:IUIX_CmdBar#Methods|FlatGetItemsCount | + | {{#parentPage:PXV:IUIX_CmdBar#Methods|FlatGetItemsCount|method}} |
− | + | ||
{{ToReview}} | {{ToReview}} | ||
− | + | Gets number of the [[PXV:IUIX_CmdItem|command items]] in all of the [[PXV:IUIX_CmdItemBox|command item boxes]] in the command bar. | |
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT FlatGetItemsCount([out, retval] ULONG* | + | <pre class="brush:cpp;gutter:false">HRESULT FlatGetItemsCount([out, retval] ULONG* nFlatCount);</pre> |
== Parameters == | == Parameters == | ||
− | ; | + | ;nFlatCount |
− | :[out, retval] Pointer to ULONG. | + | :[out, retval] Pointer to ULONG containing the number of the command items. |
== Return Value == | == Return Value == | ||
Line 19: | Line 18: | ||
== See Also == | == See Also == | ||
− | [[PXV:IUIX_CmdBar|IUIX_CmdBar]] | + | [[PXV:IUIX_CmdBar|IUIX_CmdBar]] |
Latest revision as of 02:47, 25 March 2016
Gets number of the command items in all of the command item boxes in the command bar.
Syntax
HRESULT FlatGetItemsCount([out, retval] ULONG* nFlatCount);
Parameters
- nFlatCount
- [out, retval] Pointer to ULONG containing the number of the command items.
Return Value
Returns S_OK if operation was successful or error code in other cases.