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)
 
(3 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IUIX_Layout::FloatingRoot Property}}
 
{{#customTitle:IUIX_Layout::FloatingRoot Property}}
{{#parentPage:PXV:IUIX_Layout|FloatingRoot Property|property}}
+
{{#parentPage:PXV:IUIX_Layout#Properties|FloatingRoot|property}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
Line 10: Line 10:
 
== Syntax ==
 
== Syntax ==
 
<pre class="brush:cpp;gutter:false">HRESULT get_FloatingRoot([in]          ULONG              nIndex,
 
<pre class="brush:cpp;gutter:false">HRESULT get_FloatingRoot([in]          ULONG              nIndex,
                         [out, retval]  IUIX_LayoutItem**  ppFloatingRoot);
+
                         [out, retval]  IUIX_LayoutItem**  pFloatingRoot);
 
</pre>
 
</pre>
  
Line 18: Line 18:
  
 
== See Also ==
 
== See Also ==
[[PXV:IUIX_Layout|IUIX_Layout]].
+
[[PXV:IUIX_Layout|IUIX_Layout]]

Latest revision as of 04:26, 15 June 2015


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

Syntax

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

Parameters

nIndex
[in] Value of ULONG.

See Also

IUIX_Layout