Property Buttons
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.