IPXC_FormField::Actions Property

From PDF XChange PDF SDK
Jump to: navigation, search


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