Minimize size of Automation server window
HRESULT MinimizeCommandWindow(void)
MinimizeCommandWindow
MinimizeCommandWindow(h)
MinimizeCommandWindow(h)
minimizes the
window for the server attached to handle h
, and
makes it inactive.
If the server window was already in a minimized state, MinimizeCommandWindow
does
nothing.
From a Visual Basic® .NET client, modify the size of the command window in a MATLAB® Automation server.
Dim Matlab As Object Matlab = CreateObject("matlab.application") Matlab.MinimizeCommandWindow 'Now return the server window to its former state on 'the desktop and make it the currently active window. Matlab.MaximizeCommandWindow