WmlControlAdapter.SecondaryUIMode 屬性

定義

設定或傳回控制項的第二個使用者介面 (UI) 模式。 這個 API 已經過時。 如需如何開發 ASP.NET 行動應用程式的資訊,請參閱 具有 ASP.NET 的Mobile Apps & Sites

protected:
 property int SecondaryUIMode { int get(); void set(int value); };
protected int SecondaryUIMode { get; set; }
member this.SecondaryUIMode : int with get, set
Protected Property SecondaryUIMode As Integer

屬性值

控制項的任何第二個 UI 模式。

備註

HTML 和 WML 配接器設定支援稱為 次要 UI 的概念。 次要UI是由需要顯示其他UI畫面的控件使用,其方式與Windows型應用程式中的對話框相同。 如需次要使用者介面的詳細資訊,請參閱 配接器集功能

適用於

另請參閱