ObjectList.BackCommandText 속성

정의

명령이 보기에서 Details 반환하는 데 사용되는 텍스트를 가져오거나 설정합니다(소프트 키 또는 링크를 통해 액세스). 이 API는 사용되지 않습니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 모빌 앱 및 ASP.NET 있는 사이트입니다.

public:
 property System::String ^ BackCommandText { System::String ^ get(); void set(System::String ^ value); };
[System.ComponentModel.Bindable(true)]
[System.ComponentModel.Browsable(true)]
public string BackCommandText { get; set; }
[<System.ComponentModel.Bindable(true)>]
[<System.ComponentModel.Browsable(true)>]
member this.BackCommandText : string with get, set
Public Property BackCommandText As String

속성 값

보기에서 반환하는 명령에 사용되는 텍스트입니다 Details .

특성

설명

기본 텍스트는 "뒤로"입니다.

메모

이 레이블은 WAP 브라우저 및 HTML 보기에 표시됩니다.

적용 대상

추가 정보