Skip to main content

XtraMessageBoxClosedArgs.SaveToRegistry() Method

Saves Visible and DialogResult property values to the registry.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public void SaveToRegistry()

Remarks

You can use the Visible and DialogResult properties with the “Do not show this message again“ checkbox. See the following help topic for more information: DoNotShowAgainCheckBoxVisible.

See Also