IPXV_ViewPanesCollection::IsVisible Property

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
 
(9 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#Properties|IsVisible|property}}
 +
{{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* pVisible);
+
<pre class="brush:cpp;gutter:false">HRESULT get_IsVisible([in]           IPXV_View*     pPane,
 +
                      [out, retval] VARIANT_BOOL* bVisible);
 
</pre>
 
</pre>
  
 
== Parameters ==
 
== Parameters ==
;''pPane''
+
;pPane
:[in]  Pointer to [[PXV:IPXV_View|IPXV_View]].
+
:[in]  Pointer to [[PXV:IPXV_View|IPXV_View]] containing the pane.
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IPXV_ViewPanesCollection|IPXV_ViewPanesCollection]].
+
[[PXV:IPXV_ViewPanesCollection|IPXV_ViewPanesCollection]]

Latest revision as of 03: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.

See Also

IPXV_ViewPanesCollection