Click or drag to resize
StoryActiveState Enumeration
Active states for stories in the Text Object Model.

Namespace: TextObjectModel
Assembly: ManagedTOM2 (in ManagedTOM2.dll) Version: 1.0.5577.41188
Syntax
public enum StoryActiveState
Members
  Member nameValueDescription
Display1Story has display, but no UI.
DisplayUI3Story has display and UI activity.
Inactive1Story is inactive.
UI2Story is UI active; that is, it receives keyboard and mouse input.
See Also