VerticalResolution Property

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

Applies to | System Object