Calendar.CalendarEntryText 속성

정의

Calendar 컨트롤을 입력하기 위해 CHTML 및 WML 디바이스에서 사용하는 문자열을 가져오거나 설정합니다. 이 API는 더 이상 사용되지 않습니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 ASP.NET 있는 Mobile Apps & 사이트를 참조하세요.

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 디바이스에서 사용하는 문자열입니다.

특성

예제

다음 코드 예제를 사용 하는 방법을 보여 줍니다는 사용자에 CalendarEntryText 표시 되는 텍스트를 설정 하는 속성입니다. 이 예제는 개요에 대한 더 큰 코드 샘플의 Calendar 일부입니다.

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

설명

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

적용 대상

추가 정보