IUIX_CmdLine::IsMinimized Property

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
 
(7 intermediate revisions by one other user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IUIX_CmdLine::IsMinimized Property}}
 
{{#customTitle:IUIX_CmdLine::IsMinimized Property}}
 +
{{#parentPage:PXV:IUIX_CmdLine#Properties|IsMinimized|property}}
 +
{{ToReview}}
  
Property '''IsMinimized''' of interface [[PXV:IUIX_CmdLine|IUIX_CmdLine]] returns  Value of VARIANT_BOOL ...
+
Property '''IsMinimized''' of interface [[PXV:IUIX_CmdLine|IUIX_CmdLine]] returns  Value of VARIANT_BOOL that indicates whether the command line is minimized.
 
+
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_IsMinimized([out, retval] VARIANT_BOOL* pMinimized);
+
<pre class="brush:cpp;gutter:false">HRESULT get_IsMinimized([out, retval] VARIANT_BOOL* bMinimized);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IUIX_CmdLine|IUIX_CmdLine]].
+
[[PXV:IUIX_CmdLine|IUIX_CmdLine]]

Latest revision as of 02:40, 25 March 2016


Property IsMinimized of interface IUIX_CmdLine returns Value of VARIANT_BOOL that indicates whether the command line is minimized.

Syntax

HRESULT get_IsMinimized([out, retval]  VARIANT_BOOL*  bMinimized);

See Also

IUIX_CmdLine