AxHost::ICustomTypeDescriptor::GetClassName Method ()

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Returns the class name of the current object.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

private:
virtual String^ GetClassName() sealed = ICustomTypeDescriptor::GetClassName

Return Value

Type: System::String^

Returns null in all cases.

Use the type name instead of the value that the ICustomTypeDescriptor::GetClassName method returns.

.NET Framework
Available since 1.1
Return to top
Show: