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;
True
if and only if the window was previously visible.
If the window was previously visible, the return value is true. If the window was previously hidden, the return value is false.
Application Class | EbsOpen Namespace