DekGenius.com
[ Team LiB ] Previous Section Next Section

DeviceOverridableAttributeobsolete, .NET 1.1

System.Web.UI.MobileControls (system.web.mobile.dll)class

This attribute indicates whether you can override a device adapter.

public class DeviceOverridableAttribute : Attribute {
// Public Constructors
   public DeviceOverridableAttribute( );
   public DeviceOverridableAttribute(bool overridable);
// Public Instance Properties
   public bool Overridable{get; }
}

Hierarchy

System.Object System.Attribute DeviceOverridableAttribute

Valid On

All

    [ Team LiB ] Previous Section Next Section