IPXV_ViewPanesCollection::IsVisible Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
Line 3: Line 3:
 
{{#customTitle:IPXV_ViewPanesCollection::IsVisible Property}}
 
{{#customTitle:IPXV_ViewPanesCollection::IsVisible Property}}
 
{{#parentPage:PXV:IPXV_ViewPanesCollection#Properties|IsVisible|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 ==
Line 15: Line 14:
 
== 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