Navigation:  DPLOTLIB Functions >

DPlot_AlwaysActivate

Print this Topic Previous pageReturn to chapter overviewNext page

void DPlot_AlwaysActivate(int activate);

 

Controls whether DPlot is activated with a BringWindowToTop call when DPlot_Command or DPlot_Plot are called. If activate is 0, DPlot will keep its same Z-order. If non-zero DPlot will be activated by those calls. The default state is to activate DPlot on these function calls. Use DPlot_AlwaysActivate(0) if your application produces plots without user interaction and it is inconvenient and/or annoying for DPlot to be activated with each new plot. This command has no effect if DPlot is hidden.

 

This function requires DPlot version 2.2.6.6 or later.

 

 


Page url: http://www.dplot.com/lib/index.htm?dplot_alwaysactivate.htm