Click or drag to resize

WindowCollectionItem Property (Int32)

Get the window at the specified index in the collection.

Namespace:  RootPro.RootProCAD.UI
Assembly:  RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) Version: 12.0.0.0 (12.0.0.0)
Syntax
public abstract Window this[
	int index
] { get; }

Parameters

index
Type: SystemInt32
Index of window to retrieve.

Return Value

Type: Window
Window that represents the window at the specified index in the collection.
See Also