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

반환 값

요소를 반환합니다.

또한보십시오