IUIX_CmdBar::IsPopupBox 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_CmdBar::IsPopupBox Property}}
 
{{#customTitle:IUIX_CmdBar::IsPopupBox Property}}
 
{{#parentPage:PXV:IUIX_CmdBar#Properties|IsPopupBox|property}}
 
{{#parentPage:PXV:IUIX_CmdBar#Properties|IsPopupBox|property}}
{{ToWrite}}
 
 
{{ToReview}}
 
{{ToReview}}
  
Property '''IsPopupBox''' of interface [[PXV:IUIX_CmdBar|IUIX_CmdBar]] returns  Value of VARIANT_BOOL ...
+
Property '''IsPopupBox''' of interface [[PXV:IUIX_CmdBar|IUIX_CmdBar]] returns  Value of VARIANT_BOOL that indicates whether the command bar has a box popup mode.
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_IsPopupBox([out, retval]  VARIANT_BOOL*  pSimpleMenu);
+
<pre class="brush:cpp;gutter:false">HRESULT get_IsPopupBox([out, retval]  VARIANT_BOOL*  bSimpleMenu);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
 
[[PXV:IUIX_CmdBar|IUIX_CmdBar]]
 
[[PXV:IUIX_CmdBar|IUIX_CmdBar]]

Latest revision as of 06:35, 25 March 2016


Property IsPopupBox of interface IUIX_CmdBar returns Value of VARIANT_BOOL that indicates whether the command bar has a box popup mode.

Syntax

HRESULT get_IsPopupBox([out, retval]  VARIANT_BOOL*  bSimpleMenu);

See Also

IUIX_CmdBar