ConnectionsZone.EmptyZoneText 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置一个文本消息,该消息在网页上没有足够的控件建立连接时显示在一个空 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 提供的、特定于区域性的字符串。
- 属性
注解
无法通过主题或样式表主题设置此属性。 有关详细信息,请参阅 ThemeableAttribute 和 ASP.NET 主题和皮肤。