PrintPreviewDialog.AccessibleDescription 속성

정의

컨트롤의 액세스 가능한 설명을 가져오거나 설정합니다.

public:
 property System::String ^ AccessibleDescription { System::String ^ get(); void set(System::String ^ value); };
[System.ComponentModel.Browsable(false)]
public string AccessibleDescription { get; set; }
[System.ComponentModel.Browsable(false)]
public string? AccessibleDescription { get; set; }
[<System.ComponentModel.Browsable(false)>]
member this.AccessibleDescription : string with get, set
Public Property AccessibleDescription As String

속성 값

String

컨트롤의 액세스 가능한 설명입니다. 기본값은 null입니다.

특성

설명

이 속성은 이 클래스와 관련이 없습니다.

적용 대상