IPXV_Document::ActiveSel Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
Line 3: Line 3:
 
{{#customTitle:IPXV_Document::ActiveSel Property}}
 
{{#customTitle:IPXV_Document::ActiveSel Property}}
 
{{#parentPage:PXV:IPXV_Document#Properties|ActiveSel|property}}
 
{{#parentPage:PXV:IPXV_Document#Properties|ActiveSel|property}}
{{ToWrite}}
 
 
{{ToReview}}
 
{{ToReview}}
  
Property '''ActiveSel''' of interface [[PXV:IPXV_Document|IPXV_Document]] returns/sets  Pointer to [[PXV:IPXV_DocSelection|IPXV_DocSelection]] ...
+
Property '''ActiveSel''' of interface [[PXV:IPXV_Document|IPXV_Document]] returns/sets  Pointer to [[PXV:IPXV_DocSelection|IPXV_DocSelection]] containing active selection in the current document. Note that it can be a selection of any type available.
  
 
== Syntax ==
 
== Syntax ==

Latest revision as of 01:27, 17 March 2016


Property ActiveSel of interface IPXV_Document returns/sets Pointer to IPXV_DocSelection containing active selection in the current document. Note that it can be a selection of any type available.

Syntax

HRESULT get_ActiveSel([out, retval]  IPXV_DocSelection**  pActiveSel);
HRESULT put_ActiveSel([in]  IPXV_DocSelection*  pActiveSel);

See Also

IPXV_Document