HIDDEN_REGION_EVENT 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.
Determines the exact user action taken on the hidden text region.
public enum class HIDDEN_REGION_EVENT
public enum class HIDDEN_REGION_EVENT
enum HIDDEN_REGION_EVENT
public enum HIDDEN_REGION_EVENT
type HIDDEN_REGION_EVENT =
Public Enum HIDDEN_REGION_EVENT
- Inheritance
-
HIDDEN_REGION_EVENT
Fields
Name | Value | Description |
---|---|---|
0 | Region deleted by a text edit. |
|
1 | Region was deleted, but was restored by an Undo or Redo operation. |
|
2 | The text of a hidden region was reloaded and may no longer be at an appropriate location. |
|
3 | A region with user-controlled visibility will be expanded. |
|
4 | A region with user-controlled visibility was expanded. |
|
5 | A region with user-controlled visibility will be collapsed. |
|
6 | A region with user-controlled visibility was collapsed. |
Remarks
COM Signature
From textmgr.idl: