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

属性

注釈

このクラスでは、このプロパティは使用されません。

適用対象