FormEditor.GetElement

GetElement<T>(int)

指定されたインデックスで要素を返します.

public T GetElement<T>(int index)
    where T : FormElement
パラメータ説明
Tフォーム要素の型
index要素のインデックス

戻り値

要素を返します。

関連項目


GetElement<T>(string)

指定された名前の要素を返します。

public T GetElement<T>(string name)
    where T : FormElement
パラメータ説明
Tフォーム要素の型
name要素名

戻り値

要素を返します。

関連項目