DesignerRegion.Description 属性

定义

获取或设置设计器区域的说明。

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

设计器区域的文本说明。 默认值为空字符串("")。

注解

Description当用户将鼠标指针移到设计器区域上时,设计宿主使用属性来显示工具提示信息。

适用于

另请参阅