Type Property [Window]

Type returns the type of window. Returns a SrfWinTypes.

Syntax

object.Type

Example 1

This example demonstrates how to return the window type.

Debug.Print Window.Type

Example 2

This script displays all the methods and properties in the Window object.

Used by: Window object