FormEditor.Item

FormEditor indexer (1 of 2)

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

public FormElement this[int index] { get; }
パラメータ説明
index要素のインデックス

戻り値

要素を返します。

関連項目


FormEditor indexer (2 of 2)

指定された名前または ID で要素を返します。

public FormElement this[string name] { get; }
パラメータ説明
name要素名

戻り値

要素を返します。

関連項目