Click or drag to resize

ChildAppWindow.StatusBar Property

X#
The status bar currently associated with an application window. If none is associated, the status bar of the owner window is returned. If there is no status bar in the ownership hierarchy, NIL is returned.

Namespace:  VO
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL PROPERTY StatusBar AS USUAL GET SET 
Request Example View Source

Property Value

Type: Usual
The status bar currently associated with an application window. If none is associated, the status bar of the owner window is returned. If there is no status bar in the ownership hierarchy, NIL is returned.
See Also