ToolboxItem::DisplayName Property

 

Gets or sets the display name for the toolbox item.

Namespace:   System.Drawing.Design
Assembly:  System.Drawing (in System.Drawing.dll)

public:
property String^ DisplayName {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

The display name for the toolbox item.

This DisplayName property indicates the string that is displayed for the toolbox item in the toolbox.

By default, the base ToolboxItem class sets its DisplayName property to a short form of the fully qualified type name specified by the TypeName property.

.NET Framework
Available since 1.1
Return to top
Show: