Click or drag to resize

MessageBoxIHandlerButtons Property

Gets or sets which buttons to show on the message box.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
MessageBoxButtons Buttons { get; set; }

Property Value

Type: MessageBoxButtons
The buttons to show.
See Also