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합니다. 예를 들어 현재 보기에 따라 에서 로 DataGridList변경할 수 있는 Win32 ListView 컨트롤이 있습니다.

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

적용 대상

추가 정보