MobileControl::IsTemplated Property
.NET Framework (current version)
Gets a value indicating whether a MobileControl object has an active template set. 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: [BrowsableAttribute(false)] [BindableAttribute(false)] property bool IsTemplated { virtual bool get(); }
Property Value
Type: System::Booleantrue if the control has an active template set; otherwise, false.
To be considered templated, an object must have a <DeviceSpecific> element with a <Choice> element successfully evaluated for the target device. The selected choice must have templates defined.
.NET Framework
Available since 1.1
Available since 1.1
MobileControl Class
System.Web.UI.MobileControls Namespace
Introduction to the DeviceSpecific Control
Creating Custom Mobile Controls
Inside the ASP.NET Mobile Controls
Show: