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)
 
(5 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXV_BeforeShowContextMenuEvent::Owner Property}}
 
{{#customTitle:IPXV_BeforeShowContextMenuEvent::Owner Property}}
{{#parentPage:PXV:IPXV_BeforeShowContextMenuEvent|Owner Property|property}}
+
{{#parentPage:PXV:IPXV_BeforeShowContextMenuEvent#Properties|Owner|property}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{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**  ppOwner);
+
<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