ChildAppWindow.StatusBar Property | |
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
public override Usual StatusBar { get; set; }
Request Example
View SourceProperty 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