StyleSheet::ReferencePath Property
.NET Framework (current version)
Gets or sets a reference to a user control (.ascx file). The default value is null. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site.
Assembly: System.Web.Mobile (in System.Web.Mobile.dll)
public: [BindableAttribute(true)] property String^ ReferencePath { String^ get(); void set(String^ value); }
The style sheet on the page inherits the styles in a style sheet defined at the root level of the referenced user control. For example, if the style sheet on the user control has a property named Style1, the page can access Style1 as if it were in the style sheet on the page.
.NET Framework
Available since 1.1
Available since 1.1
Styles
StyleSheet Class
System.Web.UI.MobileControls Namespace
Introduction to the StyleSheet Control
Show: