Adds a new item to the collection. | |
Syntax: | Set GefScreen = object.Add ( Visible ) |
Parameters: |
Optional Visible As Boolean -
|
Description: | For GefScreens, returns a new
GefScreen. The bVisible parameter determines whether
the screen is initially visible. Example: Sub GefScreens_Add() Dim oCimScr As GefScreen Dim oCimScrs As GefScreens Set oCimScr = CimGetScreen Set oCimScrs =
oCimScr.Parent oCimScrs.Add True End Sub |