IPXV_ViewPanesCollection::Active Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
Line 9: | Line 9: | ||
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT get_Active([in, defaultvalue(-1)] LONG | + | <pre class="brush:cpp;gutter:false">HRESULT get_Active([in, defaultvalue(-1)] LONG ID, |
− | [out, retval] IPXV_View** | + | [out, retval] IPXV_View** Active); |
</pre> | </pre> | ||
== Parameters == | == Parameters == | ||
− | ; | + | ;ID |
:[in, defaultvalue(-1)] Value of LONG. | :[in, defaultvalue(-1)] Value of LONG. | ||
== See Also == | == See Also == | ||
[[PXV:IPXV_ViewPanesCollection|IPXV_ViewPanesCollection]] | [[PXV:IPXV_ViewPanesCollection|IPXV_ViewPanesCollection]] |
Revision as of 06:45, 12 June 2015
Property Active of interface IPXV_ViewPanesCollection returns Pointer to IPXV_View ...
Syntax
HRESULT get_Active([in, defaultvalue(-1)] LONG ID, [out, retval] IPXV_View** Active);
Parameters
- ID
- [in, defaultvalue(-1)] Value of LONG.