Back to Devexpress

XtraMessageBox.RegistryPath Property

windowsforms-devexpress-dot-xtraeditors-dot-xtramessagebox-db2d12f4.md

latest1.6 KB
Original Source

XtraMessageBox.RegistryPath Property

Gets or sets the registry path used to store Visible and DialogResult property values in the registry.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public static string RegistryPath { get; set; }
vb
Public Shared Property RegistryPath As String

Property Value

TypeDescription
String

The registry path.

|

Remarks

This is a global setting that applies to all XtraMessageBox instances in an application.

To set a registry path for a specific message box, use the XtraMessageBoxArgs.RegistryPath property.

See Also

XtraMessageBox Class

XtraMessageBox Members

DevExpress.XtraEditors Namespace