Table of Contents

Property Buttons

Namespace
Terminal.Gui.Views
Assembly
Terminal.Gui.dll

Buttons

Gets or sets the buttons displayed at the bottom of the dialog.

public Button[] Buttons { get; set; }

Property Value

Button[]

Remarks

Setting this property calls AddButton(Button) for each button in the array. Getting returns a copy of the internal button list.