Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

ActivationContext::Form Property

 

Gets the form, or store context, for the current application.

Namespace:   System
Assembly:  mscorlib (in mscorlib.dll)

public:
property ActivationContext::ContextForm Form {
	ActivationContext::ContextForm get();
}

Property Value

Type: System::ActivationContext::ContextForm

One of the enumeration values.

A manifest-based application might not be installed in the ClickOnce store. An application that is not in the store, such as a manifest-activated application executing in Visual Studio, is classified as Loose. An application that is contained in the store is classified as StoreBounded.

.NET Framework
Available since 2.0
Return to top
Show:
© 2017 Microsoft