IPXV_View::Focus Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
Line 9: Line 9:
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_Focus([out, retval]  IPXV_View**  ppFocus);
+
<pre class="brush:cpp;gutter:false">HRESULT get_Focus([out, retval]  IPXV_View**  pFocus);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
 
[[PXV:IPXV_View|IPXV_View]]
 
[[PXV:IPXV_View|IPXV_View]]

Revision as of 03:01, 4 June 2015


Property Focus of interface IPXV_View returns Pointer to IPXV_View ...

Syntax

HRESULT get_Focus([out, retval]  IPXV_View**  pFocus);

See Also

IPXV_View