browser class : Top(real) setter

Description

Sets the position of the browser's top edge on the desktop screen.

Syntax

instance.Top = value;

Assigned value

ClassDescription
realThe position of the browser's top edge

Return value

None.

Sample code

1:

browser b; // Main-browser

2:

b.Top = 5.0;

Notes

Please specify in device independent pixel (DIP).

The window is moved so that the browser's top edge becomes the specified value.

Links for reference

None.

Copyright © Cooker All rights reserved.