EbsOpen Class Library for EBSILON®Professional

Application.ShowWindow Method 

Set visibility of the EBSILON®Professional user-interface.

[Visual Basic]
Public Function ShowWindow( _ 
   ByVal Show As EpShowWindow _ 
) As Boolean
[C#]
public bool ShowWindow(
   EpShowWindow Show
);
[C++]
public: bool ShowWindow(
   EpShowWindow Show
);
[JScript]
public function ShowWindow(
   EpShowWindow Show
): bool;

Parameters

Show
See enumeration EpShowWindow for possible value.

Return Value

True if and only if the window was previously visible.

Remarks

If the window was previously visible, the return value is true. If the window was previously hidden, the return value is false.

See Also

Application Class | EbsOpen Namespace