AutomationPeer.IsControlElement 메서드
정의
요소가 최종 사용자에게 대화형으로 인식되는지 또는 GUIGUI에 있는 컨트롤에 대한 논리 구조에 참여하는 것으로 인식되는지 여부를 나타내는 값을 가져옵니다.Gets a value that indicates whether the element is understood by the user as interactive or as contributing to the logical structure of the control in the GUIGUI.
public:
bool IsControlElement();
public bool IsControlElement ();
member this.IsControlElement : unit -> bool
Public Function IsControlElement () As Boolean
반환
요소가 컨트롤이면 true
이고, 그렇지 않으면 false
입니다.true
if the element is a control; otherwise, false
.
예외
이 메서드에 대한 공개 통화가 현재 진행 중입니다.A public call to this method is currently in progress.