Click or drag to resize

DialogNegativeButtons Property

Gets the negative buttons list, these buttons are automatically added to the dialog.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public Collection<Button> NegativeButtons { get; }

Property Value

Type: CollectionButton
The negative buttons.
Remarks
Depending on the platform these buttons can be added on the left side or the right side. The lower the index the closer the button is to the edge.
See Also