EditorPresenterGetVisualChild メソッド
|
指定したインデックス位置にある子
Visual 要素を取得します。
名前空間:
GrapeCity.Windows.InputMan
アセンブリ:
GrapeCity.WPF.InputMan (in GrapeCity.WPF.InputMan.dll) バージョン: 2.0.4003.2012 (2.0.4004.2012)
構文 protected override Visual GetVisualChild(
int index
)
Protected Overrides Function GetVisualChild (
index As Integer
) As Visual
パラメーター
- index
- 型: SystemInt32
子要素のインデックス位置。
戻り値
型:
Visual
指定したインデックス位置にある子要素。
例外 関連項目