IUIX_CmdItem::State 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_CmdItem::State Property}}
 
{{#customTitle:IUIX_CmdItem::State Property}}
{{#parentPage:PXV:IUIX_CmdItem|property}}
+
{{#parentPage:PXV:IUIX_CmdItem#Properties|State|property}}
{{ToWrite}}
+
 
{{ToReview}}
 
{{ToReview}}
  
Property '''State''' of interface [[PXV:IUIX_CmdItem|IUIX_CmdItem]] returns  Value of LONG ...
+
Property '''State''' of interface [[PXV:IUIX_CmdItem|IUIX_CmdItem]] returns  Value of LONG containing the [[PXV:UIX_CmdItemState|state]] of the command item.
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_State([out, retval] LONG* pState);
+
<pre class="brush:cpp;gutter:false">HRESULT get_State([out, retval] LONG* nState);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IUIX_CmdItem|IUIX_CmdItem]].
+
[[PXV:IUIX_CmdItem|IUIX_CmdItem]]

Latest revision as of 08:40, 23 March 2016


Property State of interface IUIX_CmdItem returns Value of LONG containing the state of the command item.

Syntax

HRESULT get_State([out, retval]  LONG*  nState);

See Also

IUIX_CmdItem