IPXC_Page::Actions 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 2 users not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_Page::Actions Property}}
 
{{#customTitle:IPXC_Page::Actions Property}}
{{#parentPage:PXV:IPXC_Page|property}}
+
{{#parentPage:PXV:IPXC_Page#Properties|Actions|property}}
{{ToWrite}}
+
 
{{ToReview}}
 
{{ToReview}}
  
Property '''Actions''' of interface [[PXV:IPXC_Page|IPXC_Page]] returns/sets  Pointer to [[PXV:IPXC_ActionsList|IPXC_ActionsList]] ...
+
Gets/sets [[PXV:IPXC_ActionsList|actions list]] by the [[PXV:PXC_TriggerType|trigger type]].
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_Actions([in] PXC_TriggerType nTrigger, [out, retval] IPXC_ActionsList** pActions);
+
<pre class="brush:cpp;gutter:false">HRESULT get_Actions([in]           PXC_TriggerType     nTrigger,
HRESULT put_Actions([in] PXC_TriggerType nTrigger, [in] IPXC_ActionsList* pActions);
+
                    [out, retval] IPXC_ActionsList** pActions);
 +
HRESULT put_Actions([in] PXC_TriggerType   nTrigger,
 +
                    [in] IPXC_ActionsList* pActions);
 
</pre>
 
</pre>
  
 
== Parameters ==
 
== Parameters ==
;''nTrigger''
+
;nTrigger
:[in]  Value of [[PXV:PXC_TriggerType|PXC_TriggerType]].
+
:[in]  [[PXV:PXC_TriggerType|Type of trigger]] by which the actions list should be extracted or set.
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IPXC_Page|IPXC_Page]].
+
[[PXV:IPXC_Page|IPXC_Page]]

Latest revision as of 03:32, 15 June 2015


Gets/sets actions list by the trigger type.

Syntax

HRESULT get_Actions([in]           PXC_TriggerType     nTrigger,
                    [out, retval]  IPXC_ActionsList**  pActions);
HRESULT put_Actions([in]  PXC_TriggerType    nTrigger,
                    [in]  IPXC_ActionsList*  pActions);

Parameters

nTrigger
[in] Type of trigger by which the actions list should be extracted or set.

See Also

IPXC_Page