Gets or sets the style applied to the message box's buttons.

Namespace:  C1.WPF
Assembly:  C1.WPF (in C1.WPF.dll)

Syntax

C#
public Style ButtonStyle { get; set; }
Visual Basic
Public Property ButtonStyle As Style
	Get
	Set

Remarks

This is a dependency property.

See Also