ObjectList.BackCommandText 屬性

定義

從檢視(透過軟鑰匙或連結存取)取得或設定指令返回 Details 的文字。 這個 API 已經過時了。 有關如何開發 ASP.NET 行動應用程式的資訊,請參閱 Mobile Apps &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

屬性

備註

預設文字是「返回」。

Note

此標籤顯示於WAP瀏覽器及HTML檢視中。

適用於

另請參閱