CreateEditorControl Method

Creates the editor control.

Syntax

protected virtual Inedo.Web.Controls.ISimpleControl CreateEditorControl()

Remarks

The default behavior will be to enumerate the properties of the ExtensionType, then call GetPropertyEditor(System.Reflection.PropertyInfo propertyInfo) for each property, then add the results to a basic control unless it's not null (Nothing in Visual Basic).