ObjectList.BackCommandText 屬性

定義

取得或設定從 Details 檢視傳回之命令所使用的文字 (以螢幕鍵盤或連結存取)。 這個 API 已經過時。 如需如何開發 ASP.NET 行動應用程式的資訊,請參閱 mobile Apps & Sites with 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 檢視傳回之命令所使用的文字。

屬性

備註

默認文字為 「Back」。

注意

此標籤會顯示在 WAP 瀏覽器和 HTML 檢視中。

適用於

另請參閱