Initialize(System.Type extensionType) Method

Initializes the editor to create or edit an instance of the specified type.

Syntax

protected virtual void Initialize(System.Type extensionType)

Parameters

extensionType
Type: System.Type

Type of the extension.

Exceptions

System.ArgumentNullException

extensionType is null (Nothing in Visual Basic).