IPXC_FormField::Widget Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
(4 intermediate revisions by one other user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_FormField::Widget Property}}
 
{{#customTitle:IPXC_FormField::Widget Property}}
{{#parentPage:PXV:IPXC_FormField|Widget Property|property}}
+
{{#parentPage:PXV:IPXC_FormField#Properties|Widget|property}}
{{ToWrite}}
+
 
{{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 14: Line 14:
 
== Parameters ==
 
== Parameters ==
 
;nIndex
 
;nIndex
:[in]  Value of ULONG.
+
:[in]  Index of the widget in the form field.
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IPXC_FormField|IPXC_FormField]].
+
[[PXV:IPXC_FormField|IPXC_FormField]]

Latest revision as of 08: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.

See Also

IPXC_FormField