IUIX_CmdItemBox::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]  LONG*  pStyle);
+
<pre class="brush:cpp;gutter:false">HRESULT get_Style([out, retval]  LONG*  nStyle);
HRESULT put_Style([in]  LONG  pStyle);
+
HRESULT put_Style([in]  LONG  nStyle);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
 
[[PXV:IUIX_CmdItemBox|IUIX_CmdItemBox]]
 
[[PXV:IUIX_CmdItemBox|IUIX_CmdItemBox]]

Revision as of 04:14, 15 June 2015


Property Style of interface IUIX_CmdItemBox returns/sets Value of LONG ...

Syntax

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

See Also

IUIX_CmdItemBox