| VistaFolderBrowserDialogUseDescriptionForTitle Property |
Gets or sets a value that indicates whether to use the value of the
Description property
as the dialog title for Vista style dialogs. This property has no effect on old style dialogs.
Namespace:
Ookii.Dialogs.Wpf
Assembly:
Ookii.Dialogs.Wpf (in Ookii.Dialogs.Wpf.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public bool UseDescriptionForTitle { get; set; }
Public Property UseDescriptionForTitle As Boolean
Get
Set
public:
property bool UseDescriptionForTitle {
bool get ();
void set (bool value);
}
member UseDescriptionForTitle : bool with get, set
Property Value
Type:
Boolean to indicate that the value of the
Description property is used as dialog title;
to indicate the value is added as additional text to the dialog. The default is
.
See Also