siInspectMode Enum


Enumerations

enum   siInspectMode {
  siRecycle = 1,
  siFollow = 2,
  siLock = 3,
  siModal = 4,
  siLockAndForceNew = 5
}

Detailed Description

Inspection Dialog Modes
See also:
InspectObj

Enumeration Type Documentation

enum siInspectMode

Enumerator:
siRecycle  [1] Recycle dialog
siFollow  [2] Recycle dialog if object is of the same family
siLock  [3] Prevent dialog from being recycled
siModal  [4] Pop up a modal dialog
siLockAndForceNew  [5] Force a new dialog to open and prevent dialog from being recycled