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 | Type | Description |
---|---|---|
visible | boolean | The visibility of the close icon. |
Return type
Type | Description |
---|---|
Promise < void > | Method does not return a value |