MobileControl Class

Encompasses, together with the MobilePage class, the base classes for all ASP.NET mobile control classes.

public abstract class System.Mobile.UI.MobileControl : 
   System.Web.UI.Control

Remarks

As the base class for all ASP.NET mobile controls, the MobileControl class primarily contains style and context information common to all controls. For more information about style and context information, see the Style and Form classes.

Note   Because this class derives from the ASP.NET Control base class, System.Web.UI.Control, all Control base class properties, methods, and events are available in each of the mobile controls.

Requirements

Namespace: System.Web.UI.MobileControls

Assembly: System.Web.Mobile

See Also

MobilePage