VerticalResolution Property

Microsoft FrontPage Visual Basic

Returns the vertical resolution of the screen in pixels. Read-only Long.

expression.VerticalResolution()

expression    Required. An expression that returns a System object.

Example

This example returns the vertical resolution of the screen.

myVerticalRes = System.VerticalResolution