ControlType.Custom 필드

정의

정의된 컨트롤 형식 중 하나가 아닌 컨트롤을 식별합니다.

public: static initonly System::Windows::Automation::ControlType ^ Custom;
public static readonly System.Windows.Automation.ControlType Custom;
 staticval mutable Custom : System.Windows.Automation.ControlType
Public Shared ReadOnly Custom As ControlType 

필드 값

설명

합니다 Custom 컨트롤 형식에는 미리 정의 된 컨트롤 형식 중 하나로 확인 되지 않은 컨트롤을 나타냅니다 (같은 Button 또는 Calendar).

컨트롤 개발자가 해당 컨트롤을 지정 하기 전에 다른 컨트롤 형식을 확인 해야는 Custom 제어 정의 된 컨트롤 형식 중 하 나와 동일한 기능을 제공 하지 않습니다 해야 하는 형식을 제어 합니다.

컨트롤 형식을 Custom 사용하려면 공급자가 UI 자동화를 구현하기 위해 추가 작업이 필요합니다. 또한 UI 자동화 클라이언트 제품은 컨트롤 구조, 키보드 상호 작용 및 컨트롤의 컨트롤 형식을 기반으로 하는 가능한 컨트롤 패턴을 예상할 수 없습니다.

적용 대상