IPXV_Document::ActiveSelHandler Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
(4 intermediate revisions by one other user not shown) | |||
Line 2: | Line 2: | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IPXV_Document::ActiveSelHandler Property}} | {{#customTitle:IPXV_Document::ActiveSelHandler Property}} | ||
− | {{#parentPage:PXV:IPXV_Document#Properties|ActiveSelHandler | + | {{#parentPage:PXV:IPXV_Document#Properties|ActiveSelHandler|property}} |
− | + | ||
{{ToReview}} | {{ToReview}} | ||
− | Property '''ActiveSelHandler''' of interface [[PXV:IPXV_Document|IPXV_Document]] returns Pointer to [[PXV:IPXV_DocSelectionHandler|IPXV_DocSelectionHandler]] | + | Property '''ActiveSelHandler''' of interface [[PXV:IPXV_Document|IPXV_Document]] returns Pointer to [[PXV:IPXV_DocSelectionHandler|IPXV_DocSelectionHandler]] containing an active document selection handler. |
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT get_ActiveSelHandler([out, retval] IPXV_DocSelectionHandler** | + | <pre class="brush:cpp;gutter:false">HRESULT get_ActiveSelHandler([out, retval] IPXV_DocSelectionHandler** pSelHandler); |
</pre> | </pre> | ||
== See Also == | == See Also == | ||
[[PXV:IPXV_Document|IPXV_Document]] | [[PXV:IPXV_Document|IPXV_Document]] |
Latest revision as of 00:30, 17 March 2016
Property ActiveSelHandler of interface IPXV_Document returns Pointer to IPXV_DocSelectionHandler containing an active document selection handler.
Syntax
HRESULT get_ActiveSelHandler([out, retval] IPXV_DocSelectionHandler** pSelHandler);