IUIX_Inst::FullScreen Property

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

Revision as of 23:15, 13 April 2015

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


Syntax

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

See Also

See also IUIX_Inst.