IPXV_Control::ShowPane Method
From PDF XChange PDF SDK
(→Parameters) |
|||
(4 intermediate revisions by 2 users not shown) | |||
Line 8: | Line 8: | ||
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT ShowPane([in] BSTR | + | <pre class="brush:cpp;gutter:false">HRESULT ShowPane([in] BSTR sPaneID, |
[in] VARIANT_BOOL bShow, | [in] VARIANT_BOOL bShow, | ||
[in, defaultvalue(0)] VARIANT_BOOL bHighlightOnShow);</pre> | [in, defaultvalue(0)] VARIANT_BOOL bHighlightOnShow);</pre> | ||
== Parameters == | == Parameters == | ||
− | ; | + | ;sPaneID |
− | :[in] The unique identifier of pane. | + | :[in] The unique identifier of pane. For example: |
+ | ::pageThumbnailsView | ||
+ | ::bookmarksView | ||
+ | ::contentsView | ||
+ | ::attachmentsView | ||
+ | ::signaturesView | ||
+ | ::commentsView | ||
+ | ::layersView | ||
+ | ::pdfNamedDestsView | ||
+ | ::propertiesView | ||
+ | ::searchView | ||
+ | ::stampsView | ||
+ | ::commentStylesView | ||
+ | ::panzoomView | ||
+ | ::linksView | ||
+ | ::... | ||
;bShow | ;bShow | ||
:[in] The flag to show/hide. | :[in] The flag to show/hide. |
Latest revision as of 23:41, 11 September 2019
Shows/hides the UI-pane.
Syntax
HRESULT ShowPane([in] BSTR sPaneID, [in] VARIANT_BOOL bShow, [in, defaultvalue(0)] VARIANT_BOOL bHighlightOnShow);
Parameters
- sPaneID
- [in] The unique identifier of pane. For example:
- pageThumbnailsView
- bookmarksView
- contentsView
- attachmentsView
- signaturesView
- commentsView
- layersView
- pdfNamedDestsView
- propertiesView
- searchView
- stampsView
- commentStylesView
- panzoomView
- linksView
- ...
- bShow
- [in] The flag to show/hide.
- bHighlightOnShow
- [in, defaultvalue(0)] The flag to highlight an visible pane.
Return Value
Returns S_OK if operation was successful or error code in other cases.