DataGridViewButtonCell.DataGridViewButtonCellAccessibleObject 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
접근성 클라이언트 애플리케이션에 대한 DataGridViewButtonCell 정보를 제공합니다.
protected: ref class DataGridViewButtonCell::DataGridViewButtonCellAccessibleObject : System::Windows::Forms::DataGridViewCell::DataGridViewCellAccessibleObject
protected class DataGridViewButtonCell.DataGridViewButtonCellAccessibleObject : System.Windows.Forms.DataGridViewCell.DataGridViewCellAccessibleObject
Protected Class DataGridViewButtonCell.DataGridViewButtonCellAccessibleObject
Inherits DataGridViewCell.DataGridViewCellAccessibleObject
- 상속
-
DataGridViewButtonCell.DataGridViewButtonCellAccessibleObject
설명
Windows Forms에는 애플리케이션이 접근성 클라이언트 애플리케이션과 함께 작동할 수 있도록 하는 기본 제공 접근성 지원이 포함되어 있습니다. 접근성 클라이언트 애플리케이션의 예로는 화면 확대 및 검토자 유틸리티, 음성 입력 유틸리티, 화상 키보드, 대체 입력 장치 및 키보드 향상 유틸리티가 있습니다.
클래스는 DataGridViewButtonCell.DataGridViewButtonCellAccessibleObject 액세스 가능성 클라이언트 애플리케이션에 대한 DataGridViewButtonCell 정보를 제공하기 위해 클래스에서 AccessibleObject 상속됩니다. 와 같은 DataGridViewRowDataGridViewRowHeaderCellDataGridViewColumnHeaderCellDataGridViewCell 시각적 부분을 DataGridView 나타내는 각 클래스에는 포함하는 클래스에 대한 정보를 제공하고 접근성 클라이언트 애플리케이션을 대신하여 작업을 수행하기 위해 상속 AccessibleObject 되는 클래스도 포함됩니다.
컨트롤의 이름 또는 설명과 같은 추가 정보를 접근성 클라이언트 애플리케이션에 DataGridView 제공하려는 경우가 있습니다. 이 추가 정보를 제공하는 방법에는 두 가지가 있습니다. 기존 컨트롤에 대해 제한된 접근성 정보를 제공하려면 컨트롤 및 AccessibleDescription 속성 값을 설정 AccessibleName 하여 접근성 클라이언트 애플리케이션에 보고합니다.
메모
목록처럼 보이는 경우 DataGridView 와 같이 드문 경우에만 및 AccessibleRole 속성 값을 변경 AccessibleDefaultActionDescription 해야 합니다.
경우에 따라 사용자 지정 DataGridView 또는 DataGridViewCell에 추가 접근성 정보 또는 다른 접근성 작업을 포함해야 할 수 있습니다. 접근성을 사용자 지정하려면 또는 DataGridViewCell.DataGridViewCellAccessibleObject 클래스에서 파생된 고유한 클래스를 DataGridView.DataGridViewAccessibleObject 작성하고 메서드를 재정의할 CreateAccessibilityInstance 수 있습니다. 예를 들어 셀 내의 특수 적중 테스트와 같은 고유한 사용자 지정 작업을 구현하는 사용자 지정 행 머리글 셀을 작성하는 경우 클래스에서 DataGridViewRowHeaderCell.DataGridViewRowHeaderCellAccessibleObject 상속되는 클래스를 만들고 메서드를 재정의 CreateAccessibilityInstance 해야 합니다.
값 DataGridView 으로 데이터 테이블 계층 구조를 정의하여 AccessibleRole 해당 데이터 구조를 노출합니다. Microsoft Active Accessibility에 데이터 테이블을 노출하는 방법에 대한 자세한 내용은 Microsoft Active Accessibility를 통해 데이터 테이블 노출을 참조하세요.
생성자
| Name | Description |
|---|---|
| DataGridViewButtonCell.DataGridViewButtonCellAccessibleObject(DataGridViewCell) |
DataGridViewButtonCell.DataGridViewButtonCellAccessibleObject 클래스의 새 인스턴스를 초기화합니다. |
속성
메서드
명시적 인터페이스 구현
적용 대상
추가 정보
- DataGridView
- DataGridViewButtonCell
- AccessibleObject
- DataGridViewColumnHeaderCell
- DataGridViewRowHeaderCell
- DataGridViewRow
- DataGridViewCell
- AccessibleName
- AccessibleDescription
- AccessibleDefaultActionDescription
- AccessibleRole
- CreateAccessibilityInstance()
- DataGridView.DataGridViewAccessibleObject
- DataGridViewCell.DataGridViewCellAccessibleObject
- DataGridViewRowHeaderCell.DataGridViewRowHeaderCellAccessibleObject
- CreateAccessibilityInstance()
- AccessibleRole