IPXC_FormField::Widget Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
(One intermediate revision by one other user not shown) | |||
Line 2: | Line 2: | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IPXC_FormField::Widget Property}} | {{#customTitle:IPXC_FormField::Widget Property}} | ||
− | {{#parentPage:PXV:IPXC_FormField#Properties|Widget | + | {{#parentPage:PXV:IPXC_FormField#Properties|Widget|property}} |
− | + | ||
{{ToReview}} | {{ToReview}} | ||
− | Property '''Widget''' of interface [[PXV:IPXC_FormField|IPXC_FormField]] returns Pointer to [[PXV:IPXC_Annotation|IPXC_Annotation]] | + | Property '''Widget''' of interface [[PXV:IPXC_FormField|IPXC_FormField]] returns Pointer to [[PXV:IPXC_Annotation|IPXC_Annotation]] that contains the annotation of the current form field. |
== Syntax == | == Syntax == | ||
Line 15: | Line 14: | ||
== Parameters == | == Parameters == | ||
;nIndex | ;nIndex | ||
− | :[in] | + | :[in] Index of the widget in the form field. |
== See Also == | == See Also == | ||
[[PXV:IPXC_FormField|IPXC_FormField]] | [[PXV:IPXC_FormField|IPXC_FormField]] |
Latest revision as of 07:56, 9 March 2016
Property Widget of interface IPXC_FormField returns Pointer to IPXC_Annotation that contains the annotation of the current form field.
Syntax
HRESULT get_Widget([in] ULONG nIndex, [out, retval] IPXC_Annotation** ppWidget);
Parameters
- nIndex
- [in] Index of the widget in the form field.