WmlControlAdapter.SecondaryUIMode 屬性
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
設定或傳回控制項的第二個使用者介面 (UI) 模式。 這個 API 已經過時。 如需如何開發 ASP.NET 行動應用程式的資訊,請參閱 mobile Apps & Sites with ASP.NET。
protected:
property int SecondaryUIMode { int get(); void set(int value); };
C#
protected int SecondaryUIMode { get; set; }
member this.SecondaryUIMode : int with get, set
Protected Property SecondaryUIMode As Integer
控制項的任何第二個 UI 模式。
HTML 和 WML 配接器集合支援稱為 次要 UI 的概念。 次要UI是由需要顯示UI其他畫面的控件使用,其方式與Windows應用程式中的對話框相同。 如需次要使用者介面的詳細資訊,請參閱 配接器集功能。
產品 | 版本 |
---|---|
.NET Framework | 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |