DesignerRegion.Description Property

Definition

Gets or sets the description for a designer region.

public:
 virtual property System::String ^ Description { System::String ^ get(); void set(System::String ^ value); };
public virtual string Description { get; set; }
member this.Description : string with get, set
Public Overridable Property Description As String

Property Value

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

Remarks

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

Applies to

See also