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!

TypeDescriptor.GetEditor

Gets an editor with the specified base type.

Overload List

Gets an editor with the specified base type for the specified component.

[Visual Basic] Overloads Public Shared Function GetEditor(Object, Type, Boolean) As Object
[C#] public static object GetEditor(Object, Type, bool);
[C++] public: static Object* GetEditor(Object*, Type, bool);
[JScript] public static function GetEditor(Object, Type, Boolean) : Object;

Gets an editor with the specified base type for the specified component.

[Visual Basic] Overloads Public Shared Function GetEditor(Object, Type) As Object
[C#] public static object GetEditor(Object, Type);
[C++] public: static Object* GetEditor(Object*, Type);
[JScript] public static function GetEditor(Object, Type) : Object;

See Also

TypeDescriptor Class | TypeDescriptor Members | System.ComponentModel Namespace