IUIX_CmdItem::ShowPopup Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
(6 intermediate revisions by one other user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IUIX_CmdItem::ShowPopup Method}}
 
{{#customTitle:IUIX_CmdItem::ShowPopup Method}}
 +
{{#parentPage:PXV:IUIX_CmdItem#Methods|ShowPopup|method}}
 +
{{ToReview}}
  
The method of interface of PDF-XChange Editor SDK.
+
Sets whether the command item's popup would be shown.
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT ShowPopup([in, defaultvalue(-1)] VARIANT_BOOL bShow, [in, defaultvalue(-1)] VARIANT_BOOL bAnimated);</pre>
+
<pre class="brush:cpp;gutter:false">HRESULT ShowPopup([in, defaultvalue(-1)] VARIANT_BOOL bShow,
 +
                  [in, defaultvalue(-1)] VARIANT_BOOL bAnimated);</pre>
  
 
== Parameters ==
 
== Parameters ==
;''bShow''
+
;bShow
:[in, defaultvalue(-1)]  Value of VARIANT_BOOL.
+
:[in, defaultvalue(-1)]  Value of VARIANT_BOOL that indicates whether the popup would be shown.
;''bAnimated''
+
;bAnimated
:[in, defaultvalue(-1)]  Value of VARIANT_BOOL.
+
:[in, defaultvalue(-1)]  Value of VARIANT_BOOL that indicates whether the popup would be animated.
  
 
== Return Value ==
 
== Return Value ==
Line 17: Line 21:
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IUIX_CmdItem|IUIX_CmdItem]].
+
[[PXV:IUIX_CmdItem|IUIX_CmdItem]]

Latest revision as of 08:55, 23 March 2016


Sets whether the command item's popup would be shown.

Syntax

HRESULT ShowPopup([in, defaultvalue(-1)]  VARIANT_BOOL  bShow,
                  [in, defaultvalue(-1)]  VARIANT_BOOL  bAnimated);

Parameters

bShow
[in, defaultvalue(-1)] Value of VARIANT_BOOL that indicates whether the popup would be shown.
bAnimated
[in, defaultvalue(-1)] Value of VARIANT_BOOL that indicates whether the popup would be animated.

Return Value

Returns S_OK if operation was successful or error code in other cases.

See Also

IUIX_CmdItem