Visible
Boolean read/write property that controls the visibility of NeuroExplorer.
Syntax
Visible
Matlab Example
nex = actxserver('NeuroExplorer.Application');
isVisible = nex.Visible;
% make sure that NeuroExplorer is visible
nex.Visible = true;