DeviceOverridableAttribute Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.