This documentation is archived and is not being maintained.

ToolboxItem.TypeName Property

Gets or sets the fully qualified name of the type of IComponent that the toolbox item creates when invoked.

[Visual Basic]
Public Property TypeName As String
[C#]
public string TypeName {get; set;}
[C++]
public: __property String* get_TypeName();
public: __property void set_TypeName(String*);
[JScript]
public function get TypeName() : String;
public function set TypeName(String);

Property Value

The fully qualified type name of the type of component that this toolbox item creates.

Remarks

This property specifies the fully qualified type name of the type of component to create.

Notes to Inheritors:  If a derived toolbox item class creates multiple components, this property must be set unless your CreateComponentsCore method override does not depend on the value of this property.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also

ToolboxItem Class | ToolboxItem Members | System.Drawing.Design Namespace

Show: