Programming with Reflection

image\rwnprg32.gif ShowStatusBar property

 

Syntax

object.ShowStatusBar
object.ShowStatusBar = Value

Data type

Boolean

 

Description

Returns (first syntax line) or specifies (second syntax line) whether to display or hide on the Windows menu a listing of currently open Reflection application windows. For example, the following statement turns off display of the status bar:

Session.ShowStatusBar = False

Values

The default is True.

 

image\jump.gif Keyword Index

image\popup.gif Related Topics

image\popup.gif Reflection products that use this property