IUIX_Cmd::NewItemStyle Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
(2 intermediate revisions by one other user not shown)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IUIX_Cmd::NewItemStyle Property}}
 
{{#customTitle:IUIX_Cmd::NewItemStyle Property}}
{{#parentPage:PXV:IUIX_Cmd#Properties|NewItemStyle Property|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 ==
 
[[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