IUIX_Cmd::NewItemStyle Property

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

Latest revision as of 02:06, 24 March 2016


Property NewItemStyle of interface IUIX_Cmd returns/sets Value of LONG containing set of the command's style flags.

Syntax

HRESULT get_NewItemStyle([out, retval]  LONG*  nStyle);
HRESULT put_NewItemStyle([in]  LONG  nStyle);

See Also

IUIX_Cmd