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)
 
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IUIX_Inst::FullScreen Property}}
 
{{#customTitle:IUIX_Inst::FullScreen Property}}
 +
{{#parentPage:PXV:IUIX_Inst#Properties|FullScreen|property}}
 +
{{ToWrite}}
 +
{{ToReview}}
  
 
Property '''FullScreen''' of interface [[PXV:IUIX_Inst|IUIX_Inst]] returns  Pointer to [[PXV:IUIX_LayoutItem|IUIX_LayoutItem]] ...
 
Property '''FullScreen''' of interface [[PXV:IUIX_Inst|IUIX_Inst]] returns  Pointer to [[PXV:IUIX_LayoutItem|IUIX_LayoutItem]] ...
 
  
 
== 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 ==
See also [[PXV:IUIX_Inst|IUIX_Inst]].
+
[[PXV:IUIX_Inst|IUIX_Inst]]

Latest revision as of 04:25, 15 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