This documentation is archived and is not being maintained.

XhtmlControlAdapter::SecondaryUIMode Property

Gets the current secondary UI mode. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site.

Namespace:  System.Web.UI.MobileControls.Adapters.XhtmlAdapters
Assembly:  System.Web.Mobile (in System.Web.Mobile.dll)

protected:
virtual property int SecondaryUIMode {
	int get ();
	void set (int value);
}

Property Value

Type: System::Int32
A number indicating the current secondary UI mode, as determined by the form in which it is contained.

Secondary UI is used by controls that show additional screens of a user interface. To use secondary UI, a control adapter performs the following steps:

  1. During a postback event, the control adapter sets the SecondaryUIMode property in the XhtmlControlAdapter base class.

  2. In rendering, the control checks the secondary UI mode, and renders the appropriate secondary UI.

  3. In response to user interaction with the secondary UI, the control adapter might change the secondary UI mode to another value, or exit secondary UI mode by calling the ExitSecondaryUIMode method.

This property is primarily used by developers of custom adapters.

.NET Framework

Supported in: 4, 3.5, 3.0, 2.0

Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: