PrintPreviewDialog.AccessibleName 属性

定义

获取或设置控件的可访问名称。

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

属性值

该控件的可访问名称。 默认值为 null

属性

注解

此属性与此类无关。

适用于