Click or drag to resize

StatusBar.Show Method (Typed)

X#
Display a status bar so it is visible.

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD Show() AS VOID CLIPPER
Request Example View Source
Remarks
StatusBar:Show() is also usually called to redisplay a status bar that was hidden with the StatusBar:Hide() method.
See Also