IPXC_FormField::Actions Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_FormField::Actions Property}}
 
{{#customTitle:IPXC_FormField::Actions Property}}
{{#parentPage:PXV:IPXC_FormField|property}}
+
{{#parentPage:PXV:IPXC_FormField#Properties|Actions|property}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
Line 8: Line 9:
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_Actions([in] PXC_TriggerType nTrigger, [out, retval] IPXC_ActionsList** ppAList);
+
<pre class="brush:cpp;gutter:false">HRESULT get_Actions([in]           PXC_TriggerType     nTrigger,
HRESULT put_Actions([in] PXC_TriggerType nTrigger, [in] IPXC_ActionsList* ppAList);
+
                    [out, retval] IPXC_ActionsList** ppAList);
 +
HRESULT put_Actions([in] PXC_TriggerType   nTrigger,
 +
                    [in] IPXC_ActionsList* ppAList);
 
</pre>
 
</pre>
  
 
== Parameters ==
 
== Parameters ==
;''nTrigger''
+
;nTrigger
 
:[in]  Value of [[PXV:PXC_TriggerType|PXC_TriggerType]].
 
:[in]  Value of [[PXV:PXC_TriggerType|PXC_TriggerType]].
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IPXC_FormField|IPXC_FormField]].
+
[[PXV:IPXC_FormField|IPXC_FormField]]

Latest revision as of 08:31, 23 May 2015


Property Actions of interface IPXC_FormField returns/sets Pointer to IPXC_ActionsList ...

Syntax

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

Parameters

nTrigger
[in] Value of PXC_TriggerType.

See Also

IPXC_FormField