# DialogButtonViewModel.CreateClose method

Creates the Close button, captioned in the current UI language and activated by Escape. Use it instead of Cancel in dialogs that only display information and have nothing to cancel.

```csharp
public static IDialogButtonViewModel CreateClose(ICommand command, object? commandParameter = null)
```

| parameter | description |
| --- | --- |
| command | The command invoked when the button is pressed. |
| commandParameter | The value passed to *command*. |

## Return Value

The button view model.

## See Also

* class [DialogButtonViewModel](../DialogButtonViewModel.md)
* namespace [Eremex.AvaloniaUI.Controls.ApplicationServices](../index.md)

<!-- DO NOT EDIT: generated by xmldocmd for Eremex.Avalonia.Controls.ApplicationServices.dll -->
