IPXV_BeforeShowContextMenuEvent::MenuID Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
(3 intermediate revisions by one other user not shown) | |||
Line 3: | Line 3: | ||
{{#customTitle:IPXV_BeforeShowContextMenuEvent::MenuID Property}} | {{#customTitle:IPXV_BeforeShowContextMenuEvent::MenuID Property}} | ||
{{#parentPage:PXV:IPXV_BeforeShowContextMenuEvent#Properties|MenuID|property}} | {{#parentPage:PXV:IPXV_BeforeShowContextMenuEvent#Properties|MenuID|property}} | ||
− | |||
{{ToReview}} | {{ToReview}} | ||
− | Property ''' | + | Property '''nMenuID''' of interface [[PXV:IPXV_BeforeShowContextMenuEvent|IPXV_BeforeShowContextMenuEvent]] returns Value of LONG containing the menu's identifier value. |
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT get_MenuID([out, retval] LONG* | + | <pre class="brush:cpp;gutter:false">HRESULT get_MenuID([out, retval] LONG* nMenuID); |
</pre> | </pre> | ||
== See Also == | == See Also == | ||
[[PXV:IPXV_BeforeShowContextMenuEvent|IPXV_BeforeShowContextMenuEvent]] | [[PXV:IPXV_BeforeShowContextMenuEvent|IPXV_BeforeShowContextMenuEvent]] |
Latest revision as of 06:42, 3 November 2016
Property nMenuID of interface IPXV_BeforeShowContextMenuEvent returns Value of LONG containing the menu's identifier value.
Syntax
HRESULT get_MenuID([out, retval] LONG* nMenuID);