SetCloseIconVisibility
Description
Sets the visibility of the Close button in the Window.
Syntax
// window points to instance of IWindow
await window.SetCloseIconVisibility(visible);
Parameters
| Name | Optionality | Type | Description |
|---|---|---|---|
| visible | Required | boolean | The visibility of the close icon. |
Return type
| Type | Description |
|---|---|
| Promise < void > | Method does not return a value |