IsBackground Property

A Boolean type property. A flag, specifying whether this page can be used as a background page for other pages.

Applies to: Page object

Syntax

[[Let] isBackgroundRet =] object.IsBackground

[Let] object.IsBackground = isBackgroundSet

The IsBackground property syntax has these parts:

Part Description
object Required. An expression that returns a Page object.
isBackgroundRet Optional. A Long type variable.
isBackgroundSet Required. An expression that returns a Long value.

Remarks

If IsBackground for a page is False, this page can't be used as a background page for other pages (the BackPageID property). A page can't have a background page associated with it if its IsBackground property is True.

 

See Also

BackPageID property