ArcFM Responder Mobile Developer Guide
IsExplorerRunning Property






Indicates whether Responder Explorer is running and initialized.
Syntax
'Declaration
 
Public Shared ReadOnly Property IsExplorerRunning As System.Boolean
'Usage
 
Dim value As System.Boolean
 
value = RxApp.IsExplorerRunning
public static System.bool IsExplorerRunning {get;}
public read-only property IsExplorerRunning: System.Boolean; static; 
public static function get IsExplorerRunning : System.boolean
public: __property static System.bool get_IsExplorerRunning();
public:
static property System.bool IsExplorerRunning {
   System.bool get();
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

RxApp Class
RxApp Members

Send Feedback