IPXC_FormField::Type Property

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_FormField::Type Property}}
 
{{#customTitle:IPXC_FormField::Type Property}}
 +
{{#parentPage:PXV:IPXC_FormField#Properties|Type|property}}
 +
{{ToWrite}}
 +
{{ToReview}}
  
 
Property '''Type''' of interface [[PXV:IPXC_FormField|IPXC_FormField]] returns  Value of [[PXV:PXC_FormFieldType|PXC_FormFieldType]] ...
 
Property '''Type''' of interface [[PXV:IPXC_FormField|IPXC_FormField]] returns  Value of [[PXV:PXC_FormFieldType|PXC_FormFieldType]] ...
 
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_Type([out, retval] PXC_FormFieldType* pType);
+
<pre class="brush:cpp;gutter:false">HRESULT get_Type([out, retval] PXC_FormFieldType* pType);
 
</pre>
 
</pre>
  
 
== 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 Type of interface IPXC_FormField returns Value of PXC_FormFieldType ...

Syntax

HRESULT get_Type([out, retval]  PXC_FormFieldType*  pType);

See Also

IPXC_FormField