WindowProperties
Determines position, size, and appearance of a BSPApplication window
Properties
Name | Type | Description |
---|---|---|
Left |
integer |
Space between the left of the screen and the window (in pixels) |
Top |
integer |
Space between the top of the screen and the window (in pixels) |
Width |
integer |
Width of window in pixels |
Height |
integer |
Height of window in pixels |
IconPath |
string |
Absolute path to the window's icon (defaults to "" = no icon) |
CloseWarning |
string |
Text which will be displayed if the user closes the window with the close button. Setting this makes only sense if you use the exitPage feature of BSPApplication |