DesignerRegion::Description Property

 

Gets or sets the description for a designer region.

Namespace:   System.Web.UI.Design
Assembly:  System.Design (in System.Design.dll)

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

Property Value

Type: System::String^

A text description of the designer region. The default is an empty string ("").

The Description property is used by the design host to display ToolTip information when the user moves the mouse pointer over the designer region.

.NET Framework
Available since 2.0
Return to top
Show: