IUIX_IndProgress::DotsCount Property

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
 
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 +
{{#customTitle:IUIX_IndProgress::DotsCount Property}}
 +
{{#parentPage:PXV:IUIX_IndProgress#Properties|DotsCount|property}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
 +
 +
Property '''DotsCount''' of interface [[PXV:IUIX_IndProgress|IUIX_IndProgress]] returns/sets  Value of LONG ...
 +
 +
== Syntax ==
 +
<pre class="brush:cpp;gutter:false">HRESULT get_DotsCount([out, retval]  LONG*  nCount);
 +
HRESULT put_DotsCount([in]  LONG  nCount);
 +
</pre>
 +
 +
== See Also ==
 +
[[PXV:IUIX_IndProgress|IUIX_IndProgress]]

Latest revision as of 01:31, 20 October 2015


Property DotsCount of interface IUIX_IndProgress returns/sets Value of LONG ...

Syntax

HRESULT get_DotsCount([out, retval]  LONG*  nCount);
HRESULT put_DotsCount([in]  LONG  nCount);

See Also

IUIX_IndProgress