Background property
Determines whether a page is a background page.
Version added
2.0
Syntax
| |
| |
retVal |
Integer. True if the page is a background page; otherwise, False. |
object |
Required. An expression that returns a Page object. |
intExpression |
Required Integer. False (0) to declare the page as a foreground page; True (non-zero) to declare it as a background page. |