CHANGE_SYNTHETIC_REGION_FLAGS 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 whether the region is added to the undo/redo stack.
This enumeration supports a bitwise combination of its member values.
public enum class CHANGE_SYNTHETIC_REGION_FLAGS
public enum class CHANGE_SYNTHETIC_REGION_FLAGS
enum CHANGE_SYNTHETIC_REGION_FLAGS
[System.Flags]
public enum CHANGE_SYNTHETIC_REGION_FLAGS
[<System.Flags>]
type CHANGE_SYNTHETIC_REGION_FLAGS =
Public Enum CHANGE_SYNTHETIC_REGION_FLAGS
- Inheritance
-
CHANGE_SYNTHETIC_REGION_FLAGS
- Attributes
Fields
Name | Value | Description |
---|---|---|
CSR_DEFAULT | 0 | The default; the region is added to the undo/redo stack. |
CSR_NONUNDOABLE | 1 | The region is not added to undo/redo stack (e.g. for initial presentation). |