DialogsUseAdvancedDialogs Property

Note: This API is now obsolete.
Gets or sets whether an AdvancedMessageDialog instance is used for message dialogs. This option does not support right-to-left layout, default button selection, and high DPI scaling.
Default value: .

Definition

Namespace: KGySoft.WinForms.Forms
Assembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
C#
[ObsoleteAttribute("AdvancedMessageDialog has been obsoleted, it is recommended to use UseTaskDialogs instead.")]
public static bool UseAdvancedDialogs { get; set; }

Property Value

Boolean

See Also