NotesUIView (LotusScript)

Represents the current view in the Notes® workspace.

Note: This class is not supported in COM.

Containment

Contained by: NotesUIWorkspace

Contains: NotesDocumentCollection, NotesView

Usage

The PostDragDrop, QueryDragDrop, PostEntryResize, QueryEntryResize, and RegionDoubleClick events and the CalendarDateTime and CalendarDateTimeEnd properties can only be used with calendar views. When designing standard views, these events are listed on the Objects tab in the Programmer's pane, but any code written within these events is ignored. Likewise, you cannot obtain CalendarDateTime and CalendarDateTimeEnd property values in a standard view.

For information about calendar views, see "Creating a calendar view."

Access

To access the current view:

  • Use the CurrentView property in NotesUIWorkspace.
  • Write a script that responds to a NotesUIView event. Use the source parameter of the event to access the properties and methods.

Example