Get/Set visibility of the EBSILON®Professional user-interface.
[Visual Basic] Public Property Visible As Boolean [C#] public bool Visible { get; set; } [C++] public: __property bool get_Visible(); public: __property void set_Visible(bool ); [JScript] public function get Visible() : bool public function set Visible(bool);
Visibility-State of the EBSILON®Professional user-interface.
Note Showing the user-interface of an automated EBSILON®Professional instance may have side effects:
- Users may interfere with the execution of the current code.
- If IsDll is
True
then EBSILON®Professional does not run a message loop.
Application Class | EbsOpen Namespace