IPXV_BeforeShowContextMenuEvent::Owner Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
Line 6: Line 6:
 
{{ToReview}}
 
{{ToReview}}
  
Property '''Owner''' of interface [[PXV:IPXV_BeforeShowContextMenuEvent|IPXV_BeforeShowContextMenuEvent]] returns  Pointer to [[PXV:IUIX_Obj|IUIX_Obj]] ...
+
Property '''pOwner''' of interface [[PXV:IPXV_BeforeShowContextMenuEvent|IPXV_BeforeShowContextMenuEvent]] returns  Pointer to [[PXV:IUIX_Obj|IUIX_Obj]] ...
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_Owner([out, retval]  IUIX_Obj**  Owner);
+
<pre class="brush:cpp;gutter:false">HRESULT get_Owner([out, retval]  IUIX_Obj**  pOwner);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
 
[[PXV:IPXV_BeforeShowContextMenuEvent|IPXV_BeforeShowContextMenuEvent]]
 
[[PXV:IPXV_BeforeShowContextMenuEvent|IPXV_BeforeShowContextMenuEvent]]

Latest revision as of 03:47, 15 June 2015


Property pOwner of interface IPXV_BeforeShowContextMenuEvent returns Pointer to IUIX_Obj ...

Syntax

HRESULT get_Owner([out, retval]  IUIX_Obj**  pOwner);

See Also

IPXV_BeforeShowContextMenuEvent