IWindowProvider::CanMinimize property

Indicates whether the window can be minimized.

This property is read-only.

Syntax


HRESULT get_CanMinimize(
  [out, retval] BOOL *pRetVal
);

Property value

Type: BOOL*

TRUE if the window can be minimized; otherwise FALSE. This parameter is passed uninitialized.

Requirements

Minimum supported client

Windows XP [desktop apps | Windows Store apps]

Minimum supported server

Windows Server 2003 [desktop apps | Windows Store apps]

Header

UIAutomationCore.h (include UIAutomation.h)

IDL

UIAutomationCore.idl

See also

Reference
CanMaximize
IWindowProvider
Conceptual
UI Automation Providers Overview

 

 

Show: