TabViewCollectionItem プロパティ (Int32) |
コレクション内の指定したインデックスにあるビューを取得します。
名前空間:
RootPro.RootProCAD.UI
アセンブリ:
RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) バージョン: 12.0.0.0 (12.0.0.0)
構文 public abstract TabView this[
int index
] { get; }
Public MustOverride ReadOnly Default Property Item (
index As Integer
) As TabView
Get
パラメーター
- index
- 型: SystemInt32
取得するビューのインデックス。
戻り値
型:
TabViewコレクション内の指定したインデックスにあるビューを表す
TabView。
関連項目