.

HCLSoftware Business Partner
Domino Consulting Services
CRUCIAL Notes Tools
+1 212-599-2048

Domino Consulting Services
CRUCIAL Notes Tools
Domino administration
Notes development

Facebook Twitter YouTube
Chat now       
.
ProductsDownloadsNewsAbout usContact


Need a Domino Consultant? Call NotesMail +1 212-599-2048 - HCLSoftware Business Partner

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