StatusBar.Show Method (Typed) | |
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
[ClipperCallingConventionAttribute(new string[] { ... })]
public override void Show()
Request Example
View SourceRemarks
StatusBar:Show() is also usually called to redisplay a status bar that was hidden with the StatusBar:Hide() method.
See Also