DialogPositiveButtons Property |
Gets the positive 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> PositiveButtons { get; }
Public ReadOnly Property PositiveButtons As Collection(Of Button)
Get
member PositiveButtons : Collection<Button> with get
Property Value
Type:
CollectionButtonThe positive 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