IUIX_Obj::WndStyle Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IUIX_Obj::WndStyle Property}}
 
{{#customTitle:IUIX_Obj::WndStyle Property}}
{{#parentPage:PXV:IUIX_Obj|property}}
+
{{#parentPage:PXV:IUIX_Obj#Properties|WndStyle|property}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
  
Property '''WndStyle''' of interface [[PXV:IUIX_Obj|IUIX_Obj]] returns/sets  Value of LONG ...
+
Property '''nWndStyle''' of interface [[PXV:IUIX_Obj|IUIX_Obj]] returns/sets  Value of LONG ...
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_WndStyle([out, retval] LONG* pWndStyle);
+
<pre class="brush:cpp;gutter:false">HRESULT get_WndStyle([out, retval] LONG* nWndStyle);
HRESULT put_WndStyle([in] LONG pWndStyle);
+
HRESULT put_WndStyle([in] LONG nWndStyle);
 
</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 nWndStyle of interface IUIX_Obj returns/sets Value of LONG ...

Syntax

HRESULT get_WndStyle([out, retval]  LONG*  nWndStyle);
HRESULT put_WndStyle([in]  LONG  nWndStyle);

See Also

IUIX_Obj