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)
Line 9: Line 9:
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_WndStyle([out, retval]  LONG*  nWndStyle);
+
<pre class="brush:cpp;gutter:false">HRESULT get_WndStyle([out, retval]  LONG*  WndStyle);
HRESULT put_WndStyle([in]  LONG  nWndStyle);
+
HRESULT put_WndStyle([in]  LONG  WndStyle);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
 
[[PXV:IUIX_Obj|IUIX_Obj]]
 
[[PXV:IUIX_Obj|IUIX_Obj]]

Revision as of 07:55, 12 June 2015


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

Syntax

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

See Also

IUIX_Obj