IUIX_CmdLine::IsMinimized Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
Line 3: Line 3:
 
{{#customTitle:IUIX_CmdLine::IsMinimized Property}}
 
{{#customTitle:IUIX_CmdLine::IsMinimized Property}}
 
{{#parentPage:PXV:IUIX_CmdLine#Properties|IsMinimized|property}}
 
{{#parentPage:PXV:IUIX_CmdLine#Properties|IsMinimized|property}}
{{ToWrite}}
 
 
{{ToReview}}
 
{{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 ==

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