ChildWindows Property | ||||||
Applies to: Window object See also: Parent property, TopLevelParent property, Windows collection read-only Returns a collection containing all of the child windows of a given window. Syntax: object.ChildWindows The ChildWindows syntax has these parts:
Remarks: For MDI windows, the collection returned by the ChildWindows property will include all of the window's MDI child windows. However the collection may also contain additional windows - if the MDI window contains controls of its own.
|