IProgressMon::Style Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
Line 9: Line 9:
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_Style([out, retval]  ULONG*  nStyle);
+
<pre class="brush:cpp;gutter:false">HRESULT get_Style([out, retval]  ULONG*  Style);
HRESULT put_Style([in]  ULONG  nStyle);
+
HRESULT put_Style([in]  ULONG  Style);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
 
[[PXV:IProgressMon|IProgressMon]]
 
[[PXV:IProgressMon|IProgressMon]]

Revision as of 06:54, 12 June 2015


Property Style of interface IProgressMon returns/sets Value of ULONG ...

Syntax

HRESULT get_Style([out, retval]  ULONG*  Style);
HRESULT put_Style([in]  ULONG  Style);

See Also

IProgressMon