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; }
Public MustOverride ReadOnly Default Property Item (
caption As String
) As Window
Get
Parameters
- caption
- Type: SystemString
Name of the window to retrieve.
Return Value
Type:
WindowWindow representing the window with the specified name in the collection.
See Also