Calendar.CalendarEntryText 属性

定义

获取或设置 CHTML 和 WML 设备上使用的字符串以输入 Calendar 控件。 此 API 已废弃不用。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 移动应用 & 具有 ASP.NET 的网站

public:
 property System::String ^ CalendarEntryText { System::String ^ get(); void set(System::String ^ value); };
[System.ComponentModel.Bindable(true)]
public string CalendarEntryText { get; set; }
[<System.ComponentModel.Bindable(true)>]
member this.CalendarEntryText : string with get, set
Public Property CalendarEntryText As String

属性值

在 CHTML 和 WML 设备上用于输入 Calendar 的字符串。

属性

示例

下面的代码示例演示如何使用 CalendarEntryText 属性设置向用户显示的文本。 此示例是概述的较大代码示例的 Calendar 一部分。

Calendar1.CalendarEntryText = "Your birthdate";
Calendar1.CalendarEntryText = "Your birthdate"

注解

当此属性设置为 null时,默认值为本地化字符串 (例如“Calendar”) 。

适用于

另请参阅