共用方式為


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

屬性

備註

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

適用於