Back to Devexpress

ThemedMessageBoxParameters.AllowTextSelection Property

wpf-devexpress-dot-xpf-dot-core-dot-themedmessageboxparameters-2cb0b637.md

latest1.3 KB
Original Source

ThemedMessageBoxParameters.AllowTextSelection Property

Gets or sets whether to allow users to select text in the ThemedMessageBox.

Namespace : DevExpress.Xpf.Core

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public bool AllowTextSelection { get; set; }
vb
Public Property AllowTextSelection As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

true to allow users to select text in the ThemedMessageBox; otherwise, false.

|

Remarks

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

See Also

ThemedMessageBoxParameters Class

ThemedMessageBoxParameters Members

DevExpress.Xpf.Core Namespace