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

trueDescription如果属性值用作对话框标题,false则为该值添加为对话框的其他文本。 默认值为 false

属性

适用于