IUIX_Layout::FloatingRoot Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
Line 1: Line 1:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IUIX_Layout::FloatingRoot Property}}
 
{{#customTitle:IUIX_Layout::FloatingRoot Property}}
{{#parentPage:PXV:IUIX_Layout|property}}
+
{{#parentPage:PXV:IUIX_Layout|FloatingRoot Property|property}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
Line 8: Line 8:
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_FloatingRoot([in] ULONG nIndex, [out, retval] IUIX_LayoutItem** ppFloatingRoot);
+
<pre class="brush:cpp;gutter:false">HRESULT get_FloatingRoot([in]           ULONG             nIndex,
 +
                        [out, retval] IUIX_LayoutItem** ppFloatingRoot);
 
</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]].
 
See also [[PXV:IUIX_Layout|IUIX_Layout]].

Revision as of 06:46, 23 April 2015


Property FloatingRoot of interface IUIX_Layout returns Pointer to IUIX_LayoutItem ...

Syntax

HRESULT get_FloatingRoot([in]           ULONG              nIndex,
                         [out, retval]  IUIX_LayoutItem**  ppFloatingRoot);

Parameters

nIndex
[in] Value of ULONG.

See Also

See also IUIX_Layout.