AppWindow.StatusBar Property (Typed) | |
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:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY StatusBar AS StatusBar GET SET
public virtual StatusBar StatusBar { get; set; }
Request Example
View SourceProperty Value
Type:
StatusBar
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