xtd 0.2.0
Loading...
Searching...
No Matches

◆ auto_upgrade_enabled() [2/2]

virtual file_dialog & xtd::forms::file_dialog::auto_upgrade_enabled ( bool  value)
virtual

Sets a value indicating whether this file_dialog instance should automatically upgrade appearance and behavior when running on Windows Vista.

Parameters
valuetrue if this file_dialog instance should automatically upgrade appearance and behavior when running on Windows Vista; otherwise, false. The default is true.
Returns
Current file_dialog.
Remarks
If this property is false, the file_dialog class will have a Windows XP-style appearance and behavior on Windows Vista.
On Windows XP, this property does not have any effect.