IUIX_Obj::StyleEx Property

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

Latest revision as of 04:32, 15 June 2015


Property StyleEx of interface IUIX_Obj returns/sets Value of LONG ...

Syntax

HRESULT get_StyleEx([out, retval]  LONG*  nStyle);
HRESULT put_StyleEx([in]  LONG  nStyle);

See Also

IUIX_Obj