MobileControl::Style Property

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Gets the style of 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 protected:
[BrowsableAttribute(false)]
[BindableAttribute(false)]
property Style^ Style {
	virtual Style^ get();
}

Property Value

Type: System.Web.UI.MobileControls::Style^

The style of the control.

.NET Framework
Available since 1.1

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

Return to top
Show: