Skip to main content
All docs
V25.1
  • ThemedMessageBoxParameters(MessageBoxImage, Boolean) Constructor

    Initializes a new instance of the ThemedMessageBoxParameters class with specified settings.

    Namespace: DevExpress.Xpf.Core

    Assembly: DevExpress.Xpf.Core.v25.1.dll

    NuGet Package: DevExpress.Wpf.Core

    Declaration

    public ThemedMessageBoxParameters(
        MessageBoxImage icon = MessageBoxImage.None,
        bool usePngImages = false
    )

    Optional Parameters

    Name Type Default Description
    icon MessageBoxImage None

    An image displayed in the ThemedMessageBox.

    usePngImages Boolean False

    true to use an image in the PNG format instead of SVG; otherwise, false.

    Remarks

    Refer to the following help topic for more information: ThemedMessageBox.

    See Also