IUIX_Cmd::NewItemStyle Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
Line 3: Line 3:
 
{{#customTitle:IUIX_Cmd::NewItemStyle Property}}
 
{{#customTitle:IUIX_Cmd::NewItemStyle Property}}
 
{{#parentPage:PXV:IUIX_Cmd#Properties|NewItemStyle|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 ==

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