IsUsingJavaElement (NotesUIWorkspace - LotusScript®)
Read-only. Indicates whether the current component is a Java-based view or outline.
Note: This @function is new in release 8.0.1
Defined in
Data type
Boolean
Syntax
To get: flag = notesUIWorkspace .IsUsingJavaElement
Return value
flag
- True indicates that the component is a Java-based view or outline.
- False indicates that the component is not a Java-based view or outline.
Usage
- The IsInCompositeApp property indicates if the current element is a component in a composite application, while the IsUsingJavaElement property indicates if the current component in a composite application is a Java-based view or outline. If IsUsingJavaElement is true, IsInCompositeApp must be true. If IsInCompositeApp is false, IsUsingJavaElement must be false.