Multichannel-systems NeuroExplorer Manuale Utente Pagina 326

  • Scaricare
  • Aggiungi ai miei manuali
  • Stampa
  • Pagina
    / 373
  • Indice
  • SEGNALIBRI
  • Valutato. / 5. Basato su recensioni clienti
Vedere la pagina 325
6.1.4. Visible Property
Application.Visible Property
Boolean read/write property that controls the visibility of NeuroExplorer.
Syntax
Boolean Visible
Usage
Matlab
nex = actxserver('NeuroExplorer.Application');
isVisible = nex.Visible;
% make sure that NeuroExplorer is visible
nex.Visible = true;
JavaScript
var nex = new ActiveXObject("NeuroExplorer.Application");
var isVisible = nex.Visible;
nex.Visible = true;
See Also
Application Interface
COM/ActiveX Interfaces
Page 324
Vedere la pagina 325
1 2 ... 321 322 323 324 325 326 327 328 329 330 331 ... 372 373

Commenti su questo manuale

Nessun commento