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)
Line 10: Line 10:
 
== Syntax ==
 
== Syntax ==
 
<pre class="brush:cpp;gutter:false">HRESULT get_Active([in, defaultvalue(-1)]  LONG        nID,
 
<pre class="brush:cpp;gutter:false">HRESULT get_Active([in, defaultvalue(-1)]  LONG        nID,
                   [out, retval]          IPXV_View**  ppActive);
+
                   [out, retval]          IPXV_View**  pActive);
 
</pre>
 
</pre>
  

Revision as of 03:01, 4 June 2015


Property Active 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