Minimizes the window to the task bar. This method will take affect only when the TaskBar property of the window is assigned.
Syntax
Visual Basic (Declaration) | |
---|
Public Sub Minimize() |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As UXWindow
instance.Minimize() |
C# | |
---|
public void Minimize() |
Delphi | |
---|
public procedure Minimize(); |
JScript | |
---|
public function Minimize(); |
Managed Extensions for C++ | |
---|
public: void Minimize(); |
C++/CLI | |
---|
public:
void Minimize(); |
Requirements
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
See Also