共用方式為


FolderBrowserDialog.UseDescriptionForTitle 屬性

定義

取得或設定值,指出是否要使用 Description 屬性的值作為 Vista 樣式對話方塊的對話方塊標題。 這個屬性並不會影響舊樣式對話方塊。

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 如果屬性的值 Description 用來做為對話方塊標題,則為 ; false 如果值新增為對話方塊的其他文字,則為 。 預設為 false

屬性

適用於