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 です。

属性

注釈

このプロパティは、このクラスには関係ありません。

適用対象