CurrentView (NotesUIWorkspace - LotusScript®)

Returns a NotesUIView object representing the view that's currently open.

Note: This property is new with Release 5.

Defined in

NotesUIWorkspace

Data type

NotesUIView

Syntax

Set notesUIView = notesUIWorkspace.CurrentView

Return value

notesUIView

Represents the current view.

Example