DesignerRegion.Description 属性

定义

获取或设置设计器区域的说明。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

属性值

String

设计器区域的文本说明。A text description of the designer region. 默认值为空字符串("")。The default is an empty string ("").

注解

Description当用户将鼠标指针移到设计器区域上时,设计宿主使用属性来显示工具提示信息。The Description property is used by the design host to display ToolTip information when the user moves the mouse pointer over the designer region.

适用于