Windows Members
These members are objects related to Windows.
Name | Description |
---|---|
Arrange | Cascades all of the windows. |
Close |
Closes the specified window from the windows collection. |
PrintOut |
Prints the specified window from the windows collection. |
Save | Saves the specified window from the windows collection. |
Name | Description |
---|---|
Application | Returns the application associated with the windows collection. Return value: Application. This property is read only. |
Count | Returns the number of elements in the windows collection. Return value: Integer. This property is read only. |
Item | Returns a single window. . Return value: Window. This property is read only. |
Name | Returns the name of a window in the windows collection. Return value: String. This property is read only. |
Parent | Returns the application associated with the windows collection. Return value: Application.This property is read only. |
UsableHeight | Returns the maximum height of a window from the windows collection. Return value: Integer. This property is read only. |
UsableWidth | Returns the maximum width of a window from the windows collection. Return value: Integer. This property is read only. |
Visible | Returns/sets the visibility of a window from the windows collection. Assignment value: Boolean. |
Copyright © 2020. Cloud Software Group, Inc. All Rights Reserved.