AdhocUserMasterForm

Assembly: Adhoc;

Description

The AdhocUserMasterForm class is used to work with a master form for the plugin.

Comments

A master form contains components that form side panel tabs for setting up the plugin, and a code that describes logic of applying settings to the plugin.

The ready master form must be inherited from the AdhocUserMasterForm class.

The example of creating a plugin is given in the Creating a Plugin section.

Class object properties inherited from IAdhocUserMaster

  Property name Brief description
The View property determines a visualizer form in use.

See also:

Adhoc Assembly Classes