UniPlot.Top
UniPlot.Width
Enter search terms or a module, class or function name.
This property can be used to hide or display the UniPlot window.
Parameters
bVisible.
Example
app = CreateObject("UniPlot.Application") app.Visible = 0; AppSleep(2000); app.Visible = 1;
See also
Overview Programming, UniPlot.Call
id-971418