FolderBrowserDialog.UseDescriptionForTitle 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定值,指出是否要使用 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
屬性值
true
如果屬性的值 Description 用來做為對話方塊標題,則為 ; false
如果值新增為對話方塊的其他文字,則為 。 預設為 false
。
- 屬性