通过


Calendar.CalendarEntryText 属性

定义

获取或设置在 CHTML 和 WML 设备上用于输入控件的 Calendar 字符串。 此 API 已过时。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 Mobile Apps &具有 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字符串。

属性

注解

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

适用于