IUIX_Layout::LastActivePane Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IUIX_Layout::LastActivePane Property}}
 
{{#customTitle:IUIX_Layout::LastActivePane Property}}
{{#parentPage:PXV:IUIX_Layout|LastActivePane Property|property}}
+
{{#parentPage:PXV:IUIX_Layout#Properties|LastActivePane|property}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
Line 9: Line 10:
 
== Syntax ==
 
== Syntax ==
 
<pre class="brush:cpp;gutter:false">HRESULT get_LastActivePane([in, defaultvalue(-1)]  LONG        nID,
 
<pre class="brush:cpp;gutter:false">HRESULT get_LastActivePane([in, defaultvalue(-1)]  LONG        nID,
                           [out, retval]          IUIX_Obj**  ppLastActive);
+
                           [out, retval]          IUIX_Obj**  pLastActive);
 
</pre>
 
</pre>
  
Line 17: Line 18:
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IUIX_Layout|IUIX_Layout]].
+
[[PXV:IUIX_Layout|IUIX_Layout]]

Latest revision as of 04:26, 15 June 2015


Property LastActivePane of interface IUIX_Layout returns Pointer to IUIX_Obj ...

Syntax

HRESULT get_LastActivePane([in, defaultvalue(-1)]  LONG        nID,
                           [out, retval]           IUIX_Obj**  pLastActive);

Parameters

nID
[in, defaultvalue(-1)] Value of LONG.

See Also

IUIX_Layout