IUIX_CmdItemBox::Style Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
(Label ToWrite removed)
 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IUIX_CmdItemBox::Style Property}}
 
{{#customTitle:IUIX_CmdItemBox::Style Property}}
{{#parentPage:PXV:IUIX_CmdItemBox|Style Property|property}}
+
{{#parentPage:PXV:IUIX_CmdItemBox#Properties|Style|property}}
{{ToWrite}}
+
 
 
{{ToReview}}
 
{{ToReview}}
  
Property '''Style''' of interface [[PXV:IUIX_CmdItemBox|IUIX_CmdItemBox]] returns/sets  Value of LONG ...
+
Property '''Style''' of interface [[PXV:IUIX_CmdItemBox|IUIX_CmdItemBox]] returns/sets  Value of LONG containing the [[PXV:UIX_CmdItemBoxStyleFlags|command items box'es style]].
  
 
== 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 ==
See also [[PXV:IUIX_CmdItemBox|IUIX_CmdItemBox]].
+
[[PXV:IUIX_CmdItemBox|IUIX_CmdItemBox]]

Latest revision as of 08:36, 24 March 2016


Property Style of interface IUIX_CmdItemBox returns/sets Value of LONG containing the command items box'es style.

Syntax

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

See Also

IUIX_CmdItemBox