Click or drag to resize

TabViewCollectionItem Property (String)

Gets the view with the specified name within 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 TabView this[
	string name
] { get; }

Parameters

name
Type: SystemString

Property Value

Type: TabView
See Also