Style.StyleReference Property

 

Gets or sets a reference to the style properties for a Style. 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)

<BindableAttribute(False)>
Public Overridable Property StyleReference As String

Property Value

Type: System.String

A reference to the style properties for a Style object.

The value of the StyleReference property must be the Name property of a Style object. You can use the StyleReference property to share styles across controls, either by using inheritance or by using the StyleReference property of a style sheet. For more information, see Styles and Creating New Styles.

.NET Framework
Available since 1.1

Style Class
System.Web.UI.MobileControls Namespace
Introduction to the StyleSheet Control

Return to top
Show: