FolderBrowserDialog.UseDescriptionForTitle プロパティ

定義

Vista 形式のダイアログのダイアログ タイトルとして Description プロパティの値を使用するかどうかを示す値を取得または設定します。 このプロパティは古い形式のダイアログには影響しません。

public:
 property bool UseDescriptionForTitle { bool get(); void set(bool value); };
[System.ComponentModel.Browsable(true)]
public bool UseDescriptionForTitle { get; set; }
[<System.ComponentModel.Browsable(true)>]
member this.UseDescriptionForTitle : bool with get, set
Public Property UseDescriptionForTitle As Boolean

プロパティ値

Boolean

trueプロパティの値がダイアログ タイトルDescriptionfalseとして使用される場合は 。値がダイアログに追加テキストとして追加される場合。 既定値は、false です。

属性

適用対象