Gets or sets a C1MessageBoxButton specifying which buttons are displayed in the message box.
Namespace:
C1.WPFAssembly: C1.WPF (in C1.WPF.dll)
XMLNS for XAML: Not mapped to an xmlns.
Syntax
C# |
---|
public C1MessageBoxButton Button { get; set; } |
Visual Basic |
---|
Public Property Button As C1MessageBoxButton Get Set |
XAML Attribute Usage |
---|
<object Button="C1MessageBoxButton" .../> |
Remarks
This is a dependency property.