Programming with Reflection

image\rwnprg32.gif ShowTitleBar property

 

Syntax

object.ShowTitleBar
object.ShowTitleBar = Value

Data type

Boolean

 

Description

Returns (first syntax line) or specifies (second syntax line) whether or not the title bar is displayed in the Reflection window. For example, the following statement removes the title bar:

Session.ShowTitleBar = False

Values

The default value is True.

 

image\jump.gif Keyword Index

image\popup.gif Related Topics

image\popup.gif Reflection products that use this property