IPXV_AnnotStateModel::DefaultItem Property

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
 
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXV_AnnotStateModel::DefaultItem Property}}
 
{{#customTitle:IPXV_AnnotStateModel::DefaultItem Property}}
 +
{{#parentPage:PXV:IPXV_AnnotStateModel#Properties|DefaultItem|property}}
 +
{{ToWrite}}
 +
{{ToReview}}
  
 
Property '''DefaultItem''' of interface [[PXV:IPXV_AnnotStateModel|IPXV_AnnotStateModel]] returns/sets  Value of LONG ...
 
Property '''DefaultItem''' of interface [[PXV:IPXV_AnnotStateModel|IPXV_AnnotStateModel]] returns/sets  Value of LONG ...
 
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_DefaultItem([out, retval] LONG* pDefIndex);
+
<pre class="brush:cpp;gutter:false">HRESULT get_DefaultItem([out, retval] LONG* nDefIndex);
HRESULT put_DefaultItem([in] LONG pDefIndex);
+
HRESULT put_DefaultItem([in] LONG nDefIndex);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IPXV_AnnotStateModel|IPXV_AnnotStateModel]].
+
[[PXV:IPXV_AnnotStateModel|IPXV_AnnotStateModel]]

Latest revision as of 03:46, 15 June 2015


Property DefaultItem of interface IPXV_AnnotStateModel returns/sets Value of LONG ...

Syntax

HRESULT get_DefaultItem([out, retval]  LONG*  nDefIndex);
HRESULT put_DefaultItem([in]  LONG  nDefIndex);

See Also

IPXV_AnnotStateModel