XdReadOnlyViewMode Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Name | Value | Description |
---|---|---|
xdDefault | 0 | Leaves the form's read-only settings at their default. |
xdNonEditable | 1 | Overrides the form's read-only settings to make all views read-only. |
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. |