Share via


Calendar.CalendarEntryText プロパティ

定義

CHTML デバイスおよび WML デバイスで Calendar コントロールへの入力に使用される文字列を設定します。値の取得も可能です。 この API は、互換性のために残されています。 ASP.NET モバイル アプリケーションを開発する方法については、「mobile Apps & Sites with 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" など) です。

適用対象

こちらもご覧ください