Back to Devexpress

XtraMessageBoxLoadArgs.ShowMessage(Boolean) Method

windowsforms-devexpress-dot-xtraeditors-dot-xtramessageboxloadargs-dot-showmessage-x28-system-dot-boolean-x29.md

latest2.0 KB
Original Source

XtraMessageBoxLoadArgs.ShowMessage(Boolean) Method

Forcibly shows an XtraMessageBox an end user suppressed. Use this method when an end user checked the “Do not show this message again“ checkbox and closed the message.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public void ShowMessage(
    bool checkBoxValue = false
)
vb
Public Sub ShowMessage(
    checkBoxValue As Boolean = False
)

Optional Parameters

NameTypeDefaultDescription
checkBoxValueBooleanFalse

true , to show an XtraMessageBox with the “Do not show this message again“ checkbox checked; false , to show an XtraMessageBox with the “Do not show this message again“ checkbox unchecked.

|

Remarks

See DoNotShowAgainCheckBoxVisible for more information on the “Do not show this message again“ checkbox.

See Also

XtraMessageBoxLoadArgs Class

XtraMessageBoxLoadArgs Members

DevExpress.XtraEditors Namespace