AutomationPeer.IsControlElement 메서드

정의

사용자가 요소를 대화형으로 인식할지 아니면 GUI에서 컨트롤의 논리적 구조에 기여하는지 여부를 나타내는 값을 가져옵니다.

public:
 virtual bool IsControlElement() = IsControlElement;
bool IsControlElement();
public bool IsControlElement();
function isControlElement()
Public Function IsControlElement () As Boolean

반환

Boolean

bool

요소가 컨트롤이면 true이고, 그렇지 않으면 false입니다.

적용 대상