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 1: Line 1:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IUIX_CmdItemBox::Style Property}}
 
{{#customTitle:IUIX_CmdItemBox::Style Property}}
{{#parentPage:PXV:IUIX_CmdItemBox|property}}
+
{{#parentPage:PXV:IUIX_CmdItemBox|Style Property|property}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
Line 8: Line 8:
  
 
== 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* pStyle);
HRESULT put_Style([in] LONG pStyle);
+
HRESULT put_Style([in] LONG pStyle);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
 
See also [[PXV:IUIX_CmdItemBox|IUIX_CmdItemBox]].
 
See also [[PXV:IUIX_CmdItemBox|IUIX_CmdItemBox]].

Revision as of 06:37, 23 April 2015


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

Syntax

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

See Also

See also IUIX_CmdItemBox.