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.GetConverter

Retrieves the type converter for this object.

[Visual Basic]
Overridable Public Function GetConverter() As TypeConverter
[C#]
public virtual TypeConverter GetConverter();
[C++]
public: virtual TypeConverter* GetConverter();
[JScript]
public function GetConverter() : TypeConverter;

Return Value

A TypeConverter. If null is returned, the default is used.

See Also

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