IUIX_Inst::FullScreen Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
Line 9: Line 9:
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_FullScreen([out, retval]  IUIX_LayoutItem**  ppFS);
+
<pre class="brush:cpp;gutter:false">HRESULT get_FullScreen([out, retval]  IUIX_LayoutItem**  pFS);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
 
[[PXV:IUIX_Inst|IUIX_Inst]]
 
[[PXV:IUIX_Inst|IUIX_Inst]]

Revision as of 03:05, 4 June 2015


Property FullScreen of interface IUIX_Inst returns Pointer to IUIX_LayoutItem ...

Syntax

HRESULT get_FullScreen([out, retval]  IUIX_LayoutItem**  pFS);

See Also

IUIX_Inst