XdReadOnlyViewMode Enum

Definition

Specifies the state of a view in the implementation of the _IInitEventHandler interface.

public enum class XdReadOnlyViewMode
[System.Runtime.InteropServices.Guid("EC2699AB-CD9B-3487-94DE-30D31EC987E7")]
public enum XdReadOnlyViewMode
type XdReadOnlyViewMode = 
Public Enum XdReadOnlyViewMode
Inheritance
XdReadOnlyViewMode
Attributes

Fields

xdDefault 0

Leaves the form's read-only settings at their default.

xdFrozen 2

Overrides the form's read-only settings to make all views read-only, and disables all buttons so that rules or code associated with them will not run.

xdNonEditable 1

Overrides the form's read-only settings to make all views read-only.

Applies to