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
.NET Framework (current version)
Gets the form, or store context, for the current application.
Assembly: mscorlib (in mscorlib.dll)
public: property ActivationContext::ContextForm Form { ActivationContext::ContextForm get(); }
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
Available since 2.0
Show: