IUIX_CmdItem::IsSeparator 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_CmdItem::IsSeparator Property}}
 
{{#customTitle:IUIX_CmdItem::IsSeparator Property}}
{{#parentPage:PXV:IUIX_CmdItem|IsSeparator Property|property}}
+
{{#parentPage:PXV:IUIX_CmdItem#Properties|IsSeparator|property}}
{{ToWrite}}
+
 
{{ToReview}}
 
{{ToReview}}
  
Property '''IsSeparator''' of interface [[PXV:IUIX_CmdItem|IUIX_CmdItem]] returns  Value of VARIANT_BOOL ...
+
Property '''IsSeparator''' of interface [[PXV:IUIX_CmdItem|IUIX_CmdItem]] returns  Value of VARIANT_BOOL that indicates whether the command 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_CmdItem|IUIX_CmdItem]].
+
[[PXV:IUIX_CmdItem|IUIX_CmdItem]]

Latest revision as of 08:35, 23 March 2016


Property IsSeparator of interface IUIX_CmdItem returns Value of VARIANT_BOOL that indicates whether the command item is a separator.

Syntax

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

See Also

IUIX_CmdItem