EditorZoneBase.EmptyZoneText 属性

定义

获取或设置在区域不包含任何控件时出现的消息。

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

属性值

一个字符串,其中包含显示在空区域中的消息。 .NET Framework 提供默认区域性特定的字符串。

适用于

另请参阅