IPXV_ViewPanesCollection::IsVisible Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
(5 intermediate revisions by one other user not shown)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXV_ViewPanesCollection::IsVisible Property}}
 
{{#customTitle:IPXV_ViewPanesCollection::IsVisible Property}}
{{#parentPage:PXV:IPXV_ViewPanesCollection#Properties|IsVisible Property|property}}
+
{{#parentPage:PXV:IPXV_ViewPanesCollection#Properties|IsVisible|property}}
{{ToWrite}}
+
 
{{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,
 
<pre class="brush:cpp;gutter:false">HRESULT get_IsVisible([in]          IPXV_View*    pPane,
                       [out, retval]  VARIANT_BOOL*  pVisible);
+
                       [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 ==
[[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