Calendar.CalendarEntryText プロパティ

定義

Calendar コントロールに入るために CHTML および WML デバイスで使用される文字列を取得または設定します。 この 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

プロパティ値

Calendarを入力するために CHTML および WML デバイスで使用される文字列。

属性

注釈

このプロパティを null に設定すると、既定値はローカライズされた文字列 ("Calendar" など) になります。

適用対象