IUIX_CmdItem::State Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
(One intermediate revision by one other user not shown) | |||
Line 3: | Line 3: | ||
{{#customTitle:IUIX_CmdItem::State Property}} | {{#customTitle:IUIX_CmdItem::State Property}} | ||
{{#parentPage:PXV:IUIX_CmdItem#Properties|State|property}} | {{#parentPage:PXV:IUIX_CmdItem#Properties|State|property}} | ||
− | |||
{{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* | + | <pre class="brush:cpp;gutter:false">HRESULT get_State([out, retval] LONG* nState); |
</pre> | </pre> | ||
== See Also == | == See Also == | ||
[[PXV:IUIX_CmdItem|IUIX_CmdItem]] | [[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);