Intersoft ClientUI Documentation
WindowOperation Enumeration



Specifies the operation that a window currently performing.
Syntax
Public Enum WindowOperation 
   Inherits System.Enum
Dim instance As WindowOperation
public enum WindowOperation : System.Enum 
public enum class WindowOperation : public System.Enum 
Members
MemberDescription
Maximize The window is performing maximize operation.
Minimize The window is performing minimize operation.
Move The window is performing move operation.
Resize The window is performing resizing operation.
Restore The window is performing restore operation from minimize state.
RestoreDown The window is performing restore operation from maximize state.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Intersoft.Client.UI.Aqua.UXDesktop.WindowOperation

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Intersoft.Client.UI.Aqua.UXDesktop Namespace

Send Feedback