The following APIs are associated with window management:
Function |
Description |
---|---|
Bool CanBeMoved |
Gets a bool value that represents whether the window can be moved. |
Bool CanBeResized |
Gets a bool value that represents whether the window can be resized. |
Bool CanBeRotated |
Gets a bool value that represents whether the window can be rotated. |
Void Resize(double width, double height) |
Resizes the window. |
Void Move(double x, double y) |
Moves the window to a given location. |
Void Rotate(double degrees) |
Rotates the window by a given number of degrees. |
Void MaximizeWindow |
Maximizes the window. |
Void MinimizeWindow |
Minimizes the window. |
Void NormalizeWindow |
Returns the window to the pre- maximized/minimized state. |
bool IsNested |
Returns whether the window is part of a nested application inside Application Holder ActiveX. This API is implemented for all kind of applications (coverages). |