AdhocUserViewForm

Assembly: Adhoc;

Description

The AdhocUserViewForm class is used to work with a visualizer form for the plugin.

Comments

A visualizer form contains components that form plugin appearance, and a code that describes logic of component work in the plugin.

The ready visualizer form must be inherited from the AdhocUserViewForm class.

Features of visualizer form code:

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

Class object properties inherited from IAdhocUserView

  Property name Brief description
The Source property determines a plugin data source.
The SupportedSource property returns data source types supported by a plugin.

Class object methods inherited from IAdhocUserView

  Method name Brief description
The LoadSettings method loads plugin settings from XML file.
The SaveSettings method saves plugin settings in the XML format.

See also:

Adhoc Assembly Classes