ISharedAdhocPlugin.MasterForm

Syntax

MasterForm: IMetabaseObjectDescriptor

Description

The MasterForm property determines master form for plugin.

Comments

Master form contains components that form side panel tabs for setting up plugin, and a code that describes logic of applying settings to the plugin. This form must inherit from the AdhocUserMasterForm class.

Example

The property use is given in the example for ISharedPluginsContainer.Plugins.

See also:

ISharedAdhocPlugin