MobileControl::CustomAttributes Property

 

Returns the set of custom attributes defined for the control. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site.

Namespace:   System.Web.UI.MobileControls
Assembly:  System.Web.Mobile (in System.Web.Mobile.dll)

public:
[BrowsableAttribute(false)]
[BindableAttribute(false)]
property StateBag^ CustomAttributes {
	StateBag^ get();
}

Property Value

Type: System.Web.UI::StateBag^

The set of custom attributes defined for the control.

You must set the AllowCustomAttributes to true to enable custom attributes.

.NET Framework
Available since 1.1

MobileControl Class
System.Web.UI.MobileControls Namespace
Creating Custom Mobile Controls
Inside the ASP.NET Mobile Controls
Custom Attributes for Mobile Controls

Return to top
Show: