IPXV_BeforeShowContextMenuEvent::MenuID 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 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXV_BeforeShowContextMenuEvent::MenuID Property}}
 
{{#customTitle:IPXV_BeforeShowContextMenuEvent::MenuID Property}}
{{#parentPage:PXV:IPXV_BeforeShowContextMenuEvent|MenuID Property|property}}
+
{{#parentPage:PXV:IPXV_BeforeShowContextMenuEvent#Properties|MenuID|property}}
{{ToWrite}}
+
 
{{ToReview}}
 
{{ToReview}}
  
Property '''MenuID''' of interface [[PXV:IPXV_BeforeShowContextMenuEvent|IPXV_BeforeShowContextMenuEvent]] returns  Value of LONG ...
+
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*  pMenuID);
+
<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 07: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);

See Also

IPXV_BeforeShowContextMenuEvent