DesignerRegion::Description Property
.NET Framework (current version)
Gets or sets the description for a designer region.
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
Available since 2.0
Show: