Click or drag to resize

WindowCollectionItem Property (String)

Get the window with the specified name 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[
	string caption
] { get; }

Parameters

caption
Type: SystemString
Name of the window to retrieve.

Return Value

Type: Window
Window representing the window with the specified name in the collection.
See Also