alert method
alert
Displays a modal alert with the given message, and waits for the user to dismiss it
def alert(self, message):
...
Parameter | Type | Description |
---|---|---|
message | str | The message. |
See Also
- module
aspose.svg.window
- class
IWindow
Displays a modal alert with the given message, and waits for the user to dismiss it
def alert(self, message):
...
Parameter | Type | Description |
---|---|---|
message | str | The message. |
aspose.svg.window
IWindow