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 자동화 클라이언트 제품은 컨트롤의 컨트롤 유형에 따라 컨트롤 구조, 키보드 상호 작용 및 가능한 컨트롤 패턴을 예측할 수 없습니다.

적용 대상