ConnectionsZone.EmptyZoneText 属性

定义

获取或设置一个文本消息,该消息在网页上没有足够的控件建立连接时显示在一个空 ConnectionsZone 控件中。

public:
 virtual property System::String ^ EmptyZoneText { System::String ^ get(); void set(System::String ^ value); };
[System.ComponentModel.Browsable(false)]
[System.Web.UI.Themeable(false)]
public override string EmptyZoneText { get; set; }
[<System.ComponentModel.Browsable(false)>]
[<System.Web.UI.Themeable(false)>]
member this.EmptyZoneText : string with get, set
Public Overrides Property EmptyZoneText As String

属性值

一个 String,包含空区域的消息。 默认文本是一个由 .NET Framework 提供的、特定于区域性的字符串。

属性

注解

无法通过主题或样式表主题设置此属性。 有关详细信息,请参阅 ThemeableAttributeASP.NET 主题和皮肤

适用于

另请参阅