| 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
)
Public Function GetEditor (
editorBaseType As Type
) As Object
Dim instance As HotImage
Dim editorBaseType As Type
Dim returnValue As Object
returnValue = instance.GetEditor(editorBaseType)
public:
virtual Object^ GetEditor(
Type^ editorBaseType
) sealed
Parameters
- editorBaseType
- Type: SystemType
The Type of the Editor base
Return Value
Type:
ObjectAn object representing the editor.
Implements
ICustomTypeDescriptorGetEditor(Type)See Also