Represents the currently open screens in the application. | |
Description: | The GefScreens collection is a collection
of GefScreen objects. It represents the currently open
screens in the application. In CimView the GefScreens
object does not include the screens in the cache. The default method is Item. The GefScreens objects supports enumeration with the For Each statement. Example: Dim screen as GefScreen For Each screen In cimEdit.Screens MsgBox screen.Name Next |
Properties: | Application , Count , Item , Parent |
Methods: | Add , CaptivePopup , Close , DialogPopup , Open |