Style::AddParsedSubObject Method (Object^)

 

Sets the DeviceSpecific property to the specified object. 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)

protected:
void AddParsedSubObject(
	Object^ o
)

Parameters

o
Type: System::Object^

The object to be set as the value of DeviceSpecific.

Exception Condition
Exception

The DeviceSpecific property is not null.

The AddParsedSubObject method does not support multiple DeviceSpecific objects and will throw an Exception if the DeviceSpecific property is not null when AddParsedSubObject is called.

.NET Framework
Available since 2.0

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

Return to top
Show: