AutomationElement.AutomationElementInformation.ControlType 속성

정의

요소의 ControlType 값을 가져옵니다.

public:
 property System::Windows::Automation::ControlType ^ ControlType { System::Windows::Automation::ControlType ^ get(); };
public System.Windows.Automation.ControlType ControlType { get; }
member this.ControlType : System.Windows.Automation.ControlType
Public ReadOnly Property ControlType As ControlType

속성 값

이 요소의 상호 작용 모델입니다. 기본값은 Custom입니다.

설명

컨트롤 형식은 지역화된 컨트롤 형식 또는 복잡한 논리 규칙의 조합에 의존하지 않고 임의의 UI 자동화 요소에 대해 알려진 상호 작용 모델을 설명합니다.

런타임에 이 속성을 변경할 수 있는 유일한 경우는 지원하는 컨트롤에 대한 것입니다 MultipleViewPattern. 예를 들어 Win32 ListView 컨트롤은 현재 보기에 따라 변경할 DataGridList수 있습니다.

자세한 내용은 ControlTypeProperty를 참조하세요.

적용 대상

추가 정보