ViewForm: IMetabaseObjectDescriptor;
ViewForm: Prognoz.Platform.Interop.Metabase.IMetabaseObjectDescriptor;
The ViewForm property determines visualizer form for plugin.
Visualizer form contains components that form plugin appearance, and a code that describes logic of component work in the plugin. This form must inherit from the AdhocUserViewForm class.
The property use is given in the example for ISharedPluginsContainer.Plugins.
See also: