Click or drag to resize

HotImageGetEditor Method

Returns the editor.

Namespace:  Deltabit.WinForms
Assembly:  Deltabit.HotImage (in Deltabit.HotImage.dll) Version: 2.1.1.0 (2.1.1)
Syntax
public Object GetEditor(
	Type editorBaseType
)

Parameters

editorBaseType
Type: SystemType
The Type of the Editor base

Return Value

Type: Object
An object representing the editor.

Implements

ICustomTypeDescriptorGetEditor(Type)
See Also