DesignerRegion.Description Property

 

Gets or sets the description for a designer region.

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

abstract Description : string with get, set
override Description : string with get, set

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: