IUIX_Cmd::NewItemStyleMaskEU Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
(5 intermediate revisions by one other user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IUIX_Cmd::NewItemStyleMaskEU Property}}
 
{{#customTitle:IUIX_Cmd::NewItemStyleMaskEU Property}}
{{#parentPage:PXV:IUIX_Cmd|NewItemStyleMaskEU Property|property}}
+
{{#parentPage:PXV:IUIX_Cmd#Properties|NewItemStyleMaskEU|property}}
{{ToWrite}}
+
 
{{ToReview}}
 
{{ToReview}}
  
Property '''NewItemStyleMaskEU''' of interface [[PXV:IUIX_Cmd|IUIX_Cmd]] returns/sets  Value of LONG ...
+
Property '''NewItemStyleMaskEU''' of interface [[PXV:IUIX_Cmd|IUIX_Cmd]] returns/sets  Value of LONG containing the command's style mask consisting of the command's [[PXV:UIX_CmdItemStyleFlags|style flags]].
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_NewItemStyleMaskEU([out, retval]  LONG*  pStyleMask);
+
<pre class="brush:cpp;gutter:false">HRESULT get_NewItemStyleMaskEU([out, retval]  LONG*  nStyleMask);
HRESULT put_NewItemStyleMaskEU([in]  LONG  pStyleMask);
+
HRESULT put_NewItemStyleMaskEU([in]  LONG  nStyleMask);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IUIX_Cmd|IUIX_Cmd]].
+
[[PXV:IUIX_Cmd|IUIX_Cmd]]

Latest revision as of 02:07, 24 March 2016


Property NewItemStyleMaskEU of interface IUIX_Cmd returns/sets Value of LONG containing the command's style mask consisting of the command's style flags.

Syntax

HRESULT get_NewItemStyleMaskEU([out, retval]  LONG*  nStyleMask);
HRESULT put_NewItemStyleMaskEU([in]  LONG  nStyleMask);

See Also

IUIX_Cmd