IPXV_Control::ShowPane2 Method
From PDF XChange PDF SDK
(Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
(7 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
+ | __NOTOC__ | ||
[[Category:Editor]] | [[Category:Editor]] | ||
− | {{#customTitle:IPXV_Control:: | + | {{#customTitle:IPXV_Control::ShowPane2 Method}} |
− | {{#parentPage:PXV:IPXV_Control|ShowPane2 | + | {{#parentPage:PXV:IPXV_Control#Methods|ShowPane2|method}} |
− | + | ||
{{ToReview}} | {{ToReview}} | ||
− | The | + | Shows/hides the UI-pane. |
+ | |||
+ | == Syntax == | ||
+ | <pre class="brush:cpp;gutter:false">HRESULT ShowPane2([in] LONG nPaneID, | ||
+ | [in] VARIANT_BOOL bShow, | ||
+ | [in, defaultvalue(0)] VARIANT_BOOL bHighlightOnShow);</pre> | ||
+ | |||
+ | == Parameters == | ||
+ | ;nPaneID | ||
+ | :[in] The unique identifier of pane. | ||
+ | ;bShow | ||
+ | :[in] The flag to show/hide. | ||
+ | ;bHighlightOnShow | ||
+ | :[in, defaultvalue(0)] The flag to highlight the visible pane. | ||
+ | |||
+ | == Return Value == | ||
+ | Returns S_OK if operation was successful or error code in other cases. | ||
+ | |||
+ | == See Also == | ||
+ | [[PXV:IPXV_Control|IPXV_Control]] |
Latest revision as of 02:50, 15 June 2015
Shows/hides the UI-pane.
Syntax
HRESULT ShowPane2([in] LONG nPaneID, [in] VARIANT_BOOL bShow, [in, defaultvalue(0)] VARIANT_BOOL bHighlightOnShow);
Parameters
- nPaneID
- [in] The unique identifier of pane.
- bShow
- [in] The flag to show/hide.
- bHighlightOnShow
- [in, defaultvalue(0)] The flag to highlight the visible pane.
Return Value
Returns S_OK if operation was successful or error code in other cases.