MessageBoxButtonLabels Property

Gets an AvaloniaList of Strings, which contains labels of buttons, which MessageBox should display.

Definition

Namespace: BeeMobile.MessageBox
Assembly: BeeMobile.MessageBox.AVA (in BeeMobile.MessageBox.AVA.dll) Version: 11.0.0.0+25fcde4cb1146137b36e11419a35b5b60dc956f0
C#
public AvaloniaList<string> ButtonLabels { get; protected set; }

Property Value

AvaloniaListString

Remarks

Use this property to add up to 4 labels to MessageBox which MessageBox will then display in separate buttons. This is the property which specifies therefore, how many buttons MessageBox should contain.

Exceptions

NotSupportedExceptionThrown if more than 4 Strings are assigned to property.

See Also