Skip to main content
A newer version of this page is available. .
All docs
V22.2

ThemedMessageBoxParameters.ShowActivated Property

Gets or sets whether to activate the window when it is shown.

Namespace: DevExpress.Xpf.Core

Assembly: DevExpress.Xpf.Core.v22.2.dll

NuGet Package: DevExpress.Wpf.Core

Declaration

public bool ShowActivated { get; set; }

Property Value

Type Description
Boolean

true to activate the window when it is first shown; false to deactivate the window when it is first shown; null to use the framework’s ShowActivated value.

See Also