IUIX_List::ItemsCount Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
Line 1: | Line 1: | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IUIX_List::ItemsCount Property}} | {{#customTitle:IUIX_List::ItemsCount Property}} | ||
− | {{#parentPage:PXV:IUIX_List|property}} | + | {{#parentPage:PXV:IUIX_List|ItemsCount Property|property}} |
{{ToWrite}} | {{ToWrite}} | ||
{{ToReview}} | {{ToReview}} | ||
Line 8: | Line 8: | ||
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT get_ItemsCount([in, defaultvalue(0)] LONG nGroup, [out, retval] LONG* pCount); | + | <pre class="brush:cpp;gutter:false">HRESULT get_ItemsCount([in, defaultvalue(0)] LONG nGroup, |
+ | [out, retval] LONG* pCount); | ||
</pre> | </pre> | ||
== Parameters == | == Parameters == | ||
− | ; | + | ;nGroup |
:[in, defaultvalue(0)] Value of LONG. | :[in, defaultvalue(0)] Value of LONG. | ||
== See Also == | == See Also == | ||
See also [[PXV:IUIX_List|IUIX_List]]. | See also [[PXV:IUIX_List|IUIX_List]]. |
Revision as of 05:48, 23 April 2015
Property ItemsCount of interface IUIX_List returns Value of LONG ...
Syntax
HRESULT get_ItemsCount([in, defaultvalue(0)] LONG nGroup, [out, retval] LONG* pCount);
Parameters
- nGroup
- [in, defaultvalue(0)] Value of LONG.
See Also
See also IUIX_List.