WmlControlAdapter.SecondaryUIMode 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
設定或傳回控制項的第二個使用者介面 (UI) 模式。 這個 API 已經過時。 如需如何開發 ASP.NET 行動應用程式的資訊,請參閱 mobile Apps & Sites with ASP.NET。
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應用程式中的對話框相同。 如需次要使用者介面的詳細資訊,請參閱 配接器集功能。