Gets the fully qualified name of the class that is being designed.
[Visual Basic] Function GetBaseComponentClassName() As String [C#] string GetBaseComponentClassName(); [C++] String* GetBaseComponentClassName() = 0; [JScript] function GetBaseComponentClassName() : String;
The fully qualified name of the base component class.
This class is not available at design time because it is the class being designed, so the class's superclass is substituted. This allows you to get at the fully qualified name of the class that will be used at run time.
IDesignerHost Interface | IDesignerHost Members | System.ComponentModel.Design Namespace