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: