HIDDEN_REGION_EVENT Enum

Definition

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
hreRegionDeleted 0

Region deleted by a text edit.

hreRegionResurrected 1

Region was deleted, but was restored by an Undo or Redo operation.

hreRegionReloaded 2

The text of a hidden region was reloaded and may no longer be at an appropriate location.

hreBeforeRegionExpanded 3

A region with user-controlled visibility will be expanded.

hreAfterRegionExpanded 4

A region with user-controlled visibility was expanded.

hreBeforeRegionCollapsed 5

A region with user-controlled visibility will be collapsed.

hreAfterRegionCollapsed 6

A region with user-controlled visibility was collapsed.

Remarks

COM Signature

From textmgr.idl:

Applies to