IUIX_CmdItemBox::ID Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
(6 intermediate revisions by one other user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IUIX_CmdItemBox::ID Property}}
 
{{#customTitle:IUIX_CmdItemBox::ID Property}}
{{#parentPage:PXV:IUIX_CmdItemBox|property}}
+
{{#parentPage:PXV:IUIX_CmdItemBox#Properties|ID|property}}
{{ToWrite}}
+
 
{{ToReview}}
 
{{ToReview}}
  
Property '''ID''' of interface [[PXV:IUIX_CmdItemBox|IUIX_CmdItemBox]] returns  Value of LONG ...
+
Property '''ID''' of interface [[PXV:IUIX_CmdItemBox|IUIX_CmdItemBox]] returns  Value of LONG containing the command items box'es ID.
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_ID([out, retval] LONG* pID);
+
<pre class="brush:cpp;gutter:false">HRESULT get_ID([out, retval] LONG* nID);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IUIX_CmdItemBox|IUIX_CmdItemBox]].
+
[[PXV:IUIX_CmdItemBox|IUIX_CmdItemBox]]

Latest revision as of 08:27, 24 March 2016


Property ID of interface IUIX_CmdItemBox returns Value of LONG containing the command items box'es ID.

Syntax

HRESULT get_ID([out, retval]  LONG*  nID);

See Also

IUIX_CmdItemBox