StyleSheet::Item Property (String^)
.NET Framework (current version)
Gets or sets a Style object in the style sheet, by name. 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: property Style^ default[ String^ name ] { Style^ get(String^ name); void set(String^ name, Style^ value); }
Parameters
- name
-
Type:
System::String^
The key used to identify the style.
Property Value
Type: System.Web.UI.MobileControls::Style^The Style object in the style sheet with the specified name.
.NET Framework
Available since 1.1
Available since 1.1
Styles
Style
StyleSheet Class
System.Web.UI.MobileControls Namespace
Introduction to the StyleSheet Control
Show: