Visible property – Multichannel Systems NeuroExplorer User Manual

Page 326

Advertising
background image

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

Advertising