XhtmlControlAdapter.SecondaryUIMode Property

Gets the current secondary UI mode.

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 */
protected int get_SecondaryUIMode ()

/** @property */
protected void set_SecondaryUIMode (int value)

protected function get SecondaryUIMode () : int

protected function set SecondaryUIMode (value : int)

Not applicable.

Property Value

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.

Windows 98, Windows Server 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.

.NET Framework

Supported in: 3.0, 2.0

Community Additions

ADD
Show: