IUIX_CmdItem::State Property
From PDF XChange PDF SDK
(Automatic page editing by robot) |
|||
(7 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#Properties|State|property}} | ||
+ | {{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* | + | <pre class="brush:cpp;gutter:false">HRESULT get_State([out, retval] LONG* nState); |
</pre> | </pre> | ||
== See Also == | == See Also == | ||
− | + | [[PXV:IUIX_CmdItem|IUIX_CmdItem]] |
Latest revision as of 07: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);