Share via


ObjectList.BackCommandText 속성

정의

소프트 키나 링크를 통해 액세스된 Details 보기에서 반환할 명령에 사용되는 텍스트를 가져오거나 설정합니다. 이 API는 더 이상 사용되지 않습니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 ASP.NET 있는 Mobile Apps & 사이트를 참조하세요.

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 보기에 표시됩니다.

적용 대상

추가 정보