ControlType.Button 필드

정의

단추 컨트롤을 식별합니다.

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

필드 값

설명

단추는 클릭할 때 단일 작업을 수행합니다.

단추를 독립 실행형 컨트롤로 사용하거나 다른 컨트롤 형식의 하위 컨트롤로 사용할 수 있습니다. 예를 들어 콤보 상자 컨트롤의 드롭다운 화살표는 단추입니다. 하위 컨트롤러로 사용되는 경우 단추는 콘텐츠 보기가 아닌 UI 자동화 트리의 컨트롤 뷰에 있습니다.

적용 대상

추가 정보