AlwaysOnTop Property

Specifies whether the specified document is to be on top of any other window owned by the WorkSpace application. A document that has this property is always on top.

Syntax

object.AlwaysOnTop [= Boolean]

Properties

The AlwaysOnTop property syntax has these parts:

Part

Description

object

An object expression that evaluates to an object in the Applies To list.

Boolean

Whether or not the document is always on top.

Settings

The settings for Boolean are:

Value

Description

True

The document is always on top.

False

The document is not always on top. (Default)

Remarks

This property is vital for creating pop up subpictures that will stay on top of the main display, even if the user selects and activates the main window. By convention, the display that opens a subpicture is responsible for closing the display if that display is closed.

 

Applies To