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요소 이름

반환 값

요소를 반환합니다.

또한보십시오