Intersoft ClientUI Documentation
ApplicationActivity Enumeration



Describes the activity mode of application.
Syntax
Public Enum ApplicationActivity 
   Inherits System.Enum
Dim instance As ApplicationActivity
public enum ApplicationActivity : System.Enum 
public enum class ApplicationActivity : public System.Enum 
Members
MemberDescription
CloseIndicates that an application is closing.
ConnectIndicates that an application is being located.
DownloadIndicates that an application package is being downloaded.
FullScreenIndicates that the application is changing from normal to full screen.
InstallIndicates that an application is being installed.
LaunchIndicates that an application is launched.
OfflineIndicates that the Internet connection becomes offline.
OnlineIndicates that the Internet connection becomes online.
UninstallIndicates that an application is being uninstalled.
UpgradeIndicates that an application is being upgraded.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Intersoft.Client.Framework.ApplicationActivity

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

Intersoft.Client.Framework Namespace

Send Feedback