IUIX_CmdMenu::IsSeparator Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
(One intermediate revision by one other user not shown)
Line 3: Line 3:
 
{{#customTitle:IUIX_CmdMenu::IsSeparator Property}}
 
{{#customTitle:IUIX_CmdMenu::IsSeparator Property}}
 
{{#parentPage:PXV:IUIX_CmdMenu#Properties|IsSeparator|property}}
 
{{#parentPage:PXV:IUIX_CmdMenu#Properties|IsSeparator|property}}
{{ToWrite}}
 
 
{{ToReview}}
 
{{ToReview}}
  
Property '''IsSeparator''' of interface [[PXV:IUIX_CmdMenu|IUIX_CmdMenu]] returns  Value of VARIANT_BOOL ...
+
Property '''IsSeparator''' of interface [[PXV:IUIX_CmdMenu|IUIX_CmdMenu]] returns  Value of VARIANT_BOOL that represents whether the current menu item is a separator.
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_IsSeparator([out, retval]  VARIANT_BOOL*  pIsSeparator);
+
<pre class="brush:cpp;gutter:false">HRESULT get_IsSeparator([out, retval]  VARIANT_BOOL*  bIsSeparator);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
 
[[PXV:IUIX_CmdMenu|IUIX_CmdMenu]]
 
[[PXV:IUIX_CmdMenu|IUIX_CmdMenu]]

Latest revision as of 07:46, 1 April 2016


Property IsSeparator of interface IUIX_CmdMenu returns Value of VARIANT_BOOL that represents whether the current menu item is a separator.

Syntax

HRESULT get_IsSeparator([out, retval]  VARIANT_BOOL*  bIsSeparator);

See Also

IUIX_CmdMenu