DeviceOverridableAttribute Constructors

Definition

Creates a new instance of the DeviceOverridableAttribute class. This API is obsolete. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

Overloads

DeviceOverridableAttribute()

Creates a new instance of the DeviceOverridableAttribute class. This API is obsolete. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

DeviceOverridableAttribute(Boolean)

Creates a new instance of the DeviceOverridableAttribute class with the given value for the Overridable property. This API is obsolete. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

DeviceOverridableAttribute()

Creates a new instance of the DeviceOverridableAttribute class. This API is obsolete. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

public:
 DeviceOverridableAttribute();
public DeviceOverridableAttribute ();
Public Sub New ()

See also

Applies to

DeviceOverridableAttribute(Boolean)

Creates a new instance of the DeviceOverridableAttribute class with the given value for the Overridable property. This API is obsolete. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

public:
 DeviceOverridableAttribute(bool overridable);
public DeviceOverridableAttribute (bool overridable);
new System.Web.UI.MobileControls.DeviceOverridableAttribute : bool -> System.Web.UI.MobileControls.DeviceOverridableAttribute
Public Sub New (overridable As Boolean)

Parameters

overridable
Boolean

The value to assign to Overridable.

See also

Applies to