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

属性值

该控件的可访问说明。 默认值为 null

属性

注解

此属性与此类无关。

适用于