public static bool UseTaskDialogs { get; set; }Public Shared Property UseTaskDialogs As Boolean
Get
Setpublic:
static property bool UseTaskDialogs {
bool get ();
void set (bool value);
}static member UseTaskDialogs : bool with get, setThe default value is to maintain backward compatibility with previous versions, but it is recommended to set this property to in new applications, especially if your application uses per-monitor DPI awareness, or you want to be able to localize the standard button texts of the dialogs.
It is safe to set this property to even if visual styles are not enabled or the application is not running on Windows Vista or later.