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.

특성

설명

이 속성을 설정 null하면 기본값은 지역화된 문자열(예: "Calendar")입니다.

적용 대상