RForm.FullScreen


public property FullScreen

Prototype:

[Read/Write] property FullScreen[=true|false]

Description:

If this property is set, the entire canvas of a form will be shown on to the entire screen (only the canvas, the title bar and border will be not visible). It's somehow similar to Maximized property, the only difference is that the title bar is not visible.

Return value:

Returns true if the form is shown on the entire screen, false otherwise.