PrintPreviewDialog.AccessibleName 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置控件的可访问名称。
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
。
- 属性
注解
此属性与此类无关。