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; }
Public ReadOnly Property NegativeButtons As Collection(Of Button)
Get
member NegativeButtons : Collection<Button> with get
Property Value
Type:
CollectionButtonThe 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