Share via


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

屬性

備註

這個屬性與這個類別無關。

適用於