IPXV_ViewPanesCollection::Active Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXV_ViewPanesCollection::Active Property}}
 
{{#customTitle:IPXV_ViewPanesCollection::Active Property}}
 +
{{#parentPage:PXV:IPXV_ViewPanesCollection#Properties|Active|property}}
 +
{{ToWrite}}
 +
{{ToReview}}
  
Property '''Active''' of interface [[PXV:IPXV_ViewPanesCollection|IPXV_ViewPanesCollection]] returns  Pointer to [[PXV:IPXV_View|IPXV_View]] ...
+
Property '''pActive''' of interface [[PXV:IPXV_ViewPanesCollection|IPXV_ViewPanesCollection]] returns  Pointer to [[PXV:IPXV_View|IPXV_View]] ...
 
+
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_Active([in, defaultvalue(-1)] LONG nID, [out, retval] IPXV_View** ppActive);
+
<pre class="brush:cpp;gutter:false">HRESULT get_Active([in, defaultvalue(-1)] LONG         nID,
 +
                  [out, retval]           IPXV_View** pActive);
 
</pre>
 
</pre>
  
 
== Parameters ==
 
== Parameters ==
;''nID''
+
;nID
 
:[in, defaultvalue(-1)]  Value of LONG.
 
:[in, defaultvalue(-1)]  Value of LONG.
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IPXV_ViewPanesCollection|IPXV_ViewPanesCollection]].
+
[[PXV:IPXV_ViewPanesCollection|IPXV_ViewPanesCollection]]

Latest revision as of 04:09, 15 June 2015


Property pActive of interface IPXV_ViewPanesCollection returns Pointer to IPXV_View ...

Syntax

HRESULT get_Active([in, defaultvalue(-1)]  LONG         nID,
                   [out, retval]           IPXV_View**  pActive);

Parameters

nID
[in, defaultvalue(-1)] Value of LONG.

See Also

IPXV_ViewPanesCollection