| Overload | Description |
|---|---|
| NTaskDialogCustomButtonCollection Constructor() | Default constructor. |
| NTaskDialogCustomButtonCollection Constructor(String[]) | Creates a collection of custom buttons with the given title and the default symbol (i.e. a green right arrow). |
| NTaskDialogCustomButtonCollection Constructor(NImage,String[]) | Creates a collection of custom buttons with the given title and the specified icon. |
| NTaskDialogCustomButtonCollection Constructor(NSymbol,String[]) | Creates a collection of custom buttons with the given title and the specified symbol. |