IUIX_Layout::Pane Property

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IUIX_Layout::Pane Property}}
 
{{#customTitle:IUIX_Layout::Pane Property}}
 +
{{#parentPage:PXV:IUIX_Layout#Properties|Pane|property}}
 +
{{ToWrite}}
 +
{{ToReview}}
  
 
Property '''Pane''' of interface [[PXV:IUIX_Layout|IUIX_Layout]] returns  Pointer to [[PXV:IUIX_Obj|IUIX_Obj]] ...
 
Property '''Pane''' of interface [[PXV:IUIX_Layout|IUIX_Layout]] returns  Pointer to [[PXV:IUIX_Obj|IUIX_Obj]] ...
 
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_Pane([in] ULONG nIndex, [out, retval] IUIX_Obj** ppPane);
+
<pre class="brush:cpp;gutter:false">HRESULT get_Pane([in]           ULONG       nIndex,
 +
                [out, retval] IUIX_Obj** pPane);
 
</pre>
 
</pre>
  
 
== Parameters ==
 
== Parameters ==
;''nIndex''
+
;nIndex
 
:[in]  Value of ULONG.
 
:[in]  Value of ULONG.
  
 
== 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 Pane of interface IUIX_Layout returns Pointer to IUIX_Obj ...

Syntax

HRESULT get_Pane([in]           ULONG       nIndex,
                 [out, retval]  IUIX_Obj**  pPane);

Parameters

nIndex
[in] Value of ULONG.

See Also

IUIX_Layout