IPXV_ViewPanesCollection::IsVisible Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
(8 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
+ | __NOTOC__ | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IPXV_ViewPanesCollection::IsVisible Property}} | {{#customTitle:IPXV_ViewPanesCollection::IsVisible Property}} | ||
− | {{#parentPage:PXV:IPXV_ViewPanesCollection|property | + | {{#parentPage:PXV:IPXV_ViewPanesCollection#Properties|IsVisible|property}} |
− | + | ||
{{ToReview}} | {{ToReview}} | ||
− | Property '''IsVisible''' of interface [[PXV:IPXV_ViewPanesCollection|IPXV_ViewPanesCollection]] returns Value of VARIANT_BOOL | + | Property '''IsVisible''' of interface [[PXV:IPXV_ViewPanesCollection|IPXV_ViewPanesCollection]] returns Value of VARIANT_BOOL representing whether the [[PXV:IPXV_View|Pane]] is visible. |
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT get_IsVisible([in] IPXV_View* pPane, [out, retval] VARIANT_BOOL* | + | <pre class="brush:cpp;gutter:false">HRESULT get_IsVisible([in] IPXV_View* pPane, |
+ | [out, retval] VARIANT_BOOL* bVisible); | ||
</pre> | </pre> | ||
== Parameters == | == Parameters == | ||
− | ; | + | ;pPane |
− | :[in] Pointer to [[PXV:IPXV_View|IPXV_View]]. | + | :[in] Pointer to [[PXV:IPXV_View|IPXV_View]] containing the pane. |
== See Also == | == See Also == | ||
− | + | [[PXV:IPXV_ViewPanesCollection|IPXV_ViewPanesCollection]] |
Latest revision as of 02:17, 19 December 2016
Property IsVisible of interface IPXV_ViewPanesCollection returns Value of VARIANT_BOOL representing whether the Pane is visible.
Syntax
HRESULT get_IsVisible([in] IPXV_View* pPane, [out, retval] VARIANT_BOOL* bVisible);
Parameters
- pPane
- [in] Pointer to IPXV_View containing the pane.