IPXV_Control::Frame 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 2 users not shown)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXV_Control::Frame Property}}
 
{{#customTitle:IPXV_Control::Frame Property}}
{{#parentPage:PXV:IPXV_Control#Properties|Frame Property|property}}
+
{{#parentPage:PXV:IPXV_Control#Properties|Frame|property}}
{{ToWrite}}
+
 
{{ToReview}}
 
{{ToReview}}
  
Property '''Frame''' of interface [[PXV:IPXV_Control|IPXV_Control]] returns  Pointer to [[PXV:IPXV_MainFrame|IPXV_MainFrame]] ...
+
Get an active main frame as pointer to [[PXV:IPXV_MainFrame|IPXV_MainFrame]] object.
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_Frame([out, retval]  IPXV_MainFrame**  ppFrm);
+
<pre class="brush:cpp;gutter:false">HRESULT get_Frame([out, retval]  IPXV_MainFrame**  pFrm);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
[[PXV:IPXV_Control|IPXV_Control]].
+
[[PXV:IPXV_Control|IPXV_Control]]

Latest revision as of 03:50, 15 June 2015


Get an active main frame as pointer to IPXV_MainFrame object.

Syntax

HRESULT get_Frame([out, retval]  IPXV_MainFrame**  pFrm);

See Also

IPXV_Control