IsEmbeddedInsideWCT (NotesUIWorkspace - LotusScript®)
Read-only. Indicates whether the applicaton is running in the Workplace Client.
Defined in
Data type
Boolean
Syntax
To get: flag = notesUIWorkspace .IsEmbeddedInsideWCT
Return value
flag
- True indicates that the application is running in the Workplace Client.
- False indicates that the application is not running in the Workplace Client.
Usage
- The IsInCompositeApp property indicates if the current element
is a component in a composite application, while the IsEmbeddedInsideWCT
property indicates if composite applications are available, whether
or not they are being used. If IsInCompositeApp is true, IsEmbeddedInsideWCT
must be true. If IsEmbeddedInsideWCT is false, IsInCompositeApp must
be false.