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; }
Public MustOverride ReadOnly Default Property Item (
name As String
) As TabView
Get
Parameters
- name
- Type: SystemString
Property Value
Type:
TabViewSee Also