MessageBoxButtonLabels Property
Gets an
AvaloniaList of
Strings, which contains labels of buttons, which
MessageBox should display.
Namespace: BeeMobile.MessageBoxAssembly: BeeMobile.MessageBox.AVA (in BeeMobile.MessageBox.AVA.dll) Version: 11.0.0.0+25fcde4cb1146137b36e11419a35b5b60dc956f0
public AvaloniaList<string> ButtonLabels { get; protected set; }
member ButtonLabels : AvaloniaList<string> with get, set
Property Value
AvaloniaListString
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.