IProgressMon::Style Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(4 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IProgressMon::Style Property}}
 
{{#customTitle:IProgressMon::Style Property}}
{{#parentPage:PXV:IProgressMon#Properties|Style Property|property}}
+
{{#parentPage:PXV:IProgressMon#Properties|Style|property}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
  
Property '''Style''' of interface [[PXV:IProgressMon|IProgressMon]] returns/sets  Value of ULONG ...
+
Property '''nStyle''' of interface [[PXV:IProgressMon|IProgressMon]] returns/sets  Value of ULONG ...
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_Style([out, retval]  ULONG*  pStyle);
+
<pre class="brush:cpp;gutter:false">HRESULT get_Style([out, retval]  ULONG*  nStyle);
HRESULT put_Style([in]  ULONG  pStyle);
+
HRESULT put_Style([in]  ULONG  nStyle);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
[[PXV:IProgressMon|IProgressMon]].
+
[[PXV:IProgressMon|IProgressMon]]

Latest revision as of 03:19, 15 June 2015


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

Syntax

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

See Also

IProgressMon