IPXC_FormField::Widget Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
Line 1: Line 1:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_FormField::Widget Property}}
 
{{#customTitle:IPXC_FormField::Widget Property}}
{{#parentPage:PXV:IPXC_FormField|property}}
+
{{#parentPage:PXV:IPXC_FormField|Widget Property|property}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
Line 8: Line 8:
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_Widget([in] ULONG nIndex, [out, retval] IPXC_Annotation** ppWidget);
+
<pre class="brush:cpp;gutter:false">HRESULT get_Widget([in]           ULONG             nIndex,
 +
                  [out, retval] IPXC_Annotation** ppWidget);
 
</pre>
 
</pre>
  
 
== Parameters ==
 
== Parameters ==
;''nIndex''
+
;nIndex
 
:[in]  Value of ULONG.
 
:[in]  Value of ULONG.
  
 
== See Also ==
 
== See Also ==
 
See also [[PXV:IPXC_FormField|IPXC_FormField]].
 
See also [[PXV:IPXC_FormField|IPXC_FormField]].

Revision as of 06:05, 23 April 2015


Property Widget of interface IPXC_FormField returns Pointer to IPXC_Annotation ...

Syntax

HRESULT get_Widget([in]           ULONG              nIndex,
                   [out, retval]  IPXC_Annotation**  ppWidget);

Parameters

nIndex
[in] Value of ULONG.

See Also

See also IPXC_FormField.