IUIX_CmdItem::ShowPopup Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
(3 intermediate revisions by one other user not shown)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IUIX_CmdItem::ShowPopup Method}}
 
{{#customTitle:IUIX_CmdItem::ShowPopup Method}}
{{#parentPage:PXV:IUIX_CmdItem|ShowPopup Method|method}}
+
{{#parentPage:PXV:IUIX_CmdItem#Methods|ShowPopup|method}}
{{ToWrite}}
+
 
{{ToReview}}
 
{{ToReview}}
  
The method of interface of PDF-XChange Editor SDK.
+
Sets whether the command item's popup would be shown.
  
 
== Syntax ==
 
== Syntax ==
Line 14: Line 13:
 
== 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 22: Line 21:
  
 
== 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