ForceEnumChildWindows Property

Description

Enumerates all windows in the system (rather than only top-level windows) when running a step.

Property type

Read-write property

Syntax

Visual Basic
Public Property ForceEnumChildWindows As Boolean

Return Value

  • True
  • False

Remarks

Set this option to TRUE if there is a window in your application that does not have a WS_CHILD style but does have a parent (not an owner) window.

Example

See Also