Skip to main content
All docs
V25.1
  • XtraMessageBoxClosedArgs.SaveToRegistry() Method

    Saves Visible and DialogResult property values to the registry.

    Namespace: DevExpress.XtraEditors

    Assembly: DevExpress.XtraEditors.v25.1.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