Click or drag to resize

UIExtension1Composer Class

Supports creating an BC-Meridian User Interface extension at design-time.
Inheritance Hierarchy

Namespace:  ICMeridianAPI
Assembly:  ICMeridianAPI (in ICMeridianAPI.dll) Version: 4.1.0.0 (4.1.0.0)
Syntax
public class UIExtension1Composer : BCExtension

The UIExtension1Composer type exposes the following members.

Constructors
  NameDescription
Public methodUIExtension1Composer
Initializes a new instance of the UIExtension1Composer class.
Public methodUIExtension1Composer(IContainer)
Initializes a new instance of the UIExtension1Composer class
Top
Properties
  NameDescription
Public propertyPages
Gets a collection of the UI extension pages.
(Overrides BCExtension.Pages.)
Public propertyWizardPages
Gets a collection of the UI extension wizard pages.
(Overrides BCExtension.WizardPages.)
Top
See Also