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

    Saves Visible and DialogResult property values to the registry.

    Namespace: DevExpress.XtraEditors

    Assembly: DevExpress.XtraEditors.v26.1.dll

    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