NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

AxHost.GetEditor

Retrieves the an editor for this object.

[Visual Basic]
Overridable Public Function GetEditor( _
   ByVal editorBaseType As Type _
) As Object
[C#]
public virtual object GetEditor(
   Type editorBaseType
);
[C++]
public: virtual Object* GetEditor(
   Type* editorBaseType
);
[JScript]
public function GetEditor(
   editorBaseType : Type
) : Object;

Parameters

editorBaseType
[To be supplied.]

Return Value

An editor of the requested type, or null.

See Also

AxHost Class | AxHost Members | System.WinForms Namespace | ICustomTypeDescriptor