IUIX_CmdMenu::Style Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
(4 intermediate revisions by one other user not shown)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IUIX_CmdMenu::Style Property}}
 
{{#customTitle:IUIX_CmdMenu::Style Property}}
{{#parentPage:PXV:IUIX_CmdMenu|Style Property|property}}
+
{{#parentPage:PXV:IUIX_CmdMenu#Properties|Style|property}}
{{ToWrite}}
+
 
{{ToReview}}
 
{{ToReview}}
  
Property '''Style''' of interface [[PXV:IUIX_CmdMenu|IUIX_CmdMenu]] returns/sets  Value of LONG ...
+
Property '''Style''' of interface [[PXV:IUIX_CmdMenu|IUIX_CmdMenu]] returns/sets  Value of LONG containing the [[PXV:UIX_CmdItemStyleFlags|command menu item's style flags]].
  
 
== 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 ==
[[PXV:IUIX_CmdMenu|IUIX_CmdMenu]].
+
[[PXV:IUIX_CmdMenu|IUIX_CmdMenu]]

Latest revision as of 07:48, 1 April 2016


Property Style of interface IUIX_CmdMenu returns/sets Value of LONG containing the command menu item's style flags.

Syntax

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

See Also

IUIX_CmdMenu