Method dialog.ButtonsList
Overload
Sets custom buttons to be displayed as a list.
public dialog ButtonsList(Strings buttons = default, bool asCommandLinks = true)
Parameters
|
buttons (Strings)
List of button names. Can be string like |
|
asCommandLinks (bool)
The style of custom buttons. If |
Returns
Remarks
You can call dialog.Buttons too, to add common buttons (like OK, Cancel); use negative button ids. Both functions set the style (classic or command link) of custom buttons; wins the one called last.