IUIX_CmdItem::ShowPopup Method
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
Line 3: | Line 3: | ||
{{#customTitle:IUIX_CmdItem::ShowPopup Method}} | {{#customTitle:IUIX_CmdItem::ShowPopup Method}} | ||
{{#parentPage:PXV:IUIX_CmdItem#Methods|ShowPopup|method}} | {{#parentPage:PXV:IUIX_CmdItem#Methods|ShowPopup|method}} | ||
− | |||
{{ToReview}} | {{ToReview}} | ||
− | + | 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 == |
Latest revision as of 07: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.