LOTUSSCRIPT/COM/OLE CLASSES


IsProhibitDesignRefresh property
Example

Read-write. Indicates whether a design refresh or replace can overwrite a view.

Note This property is new with Release 6.

Defined in

NotesView

Data type

Boolean

Syntax

To get: flag = notesView.IsProhibitDesignRefresh

To set: notesView.IsProhibitDesignRefresh = flag

Return value


Usage

This property is the same as "Prohibit design refresh or replace to modify" under the Design tab in the View Design Properties box.

Language cross-reference

IsProhibitDesignRefresh property in Java View class

Example