CommandFormat Enumeration
.NET Framework (current version)
Note: This API is now obsolete.
Namespace:
System.Web.UI.MobileControls
Assembly: System.Web.Mobile (in System.Web.Mobile.dll)
Return to top
Sets the rendering style of the Command control, through the Format property. 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)
| Member name | Description | |
|---|---|---|
| Button | Renders the Command control as a button. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site. | |
| Link | Renders the Command control as a hyperlink. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site. |
This example demonstrates the usage of the CommandFormat class.
.NET Framework
Available since 1.1
Available since 1.1
System.Web.UI.MobileControls Namespace
Introduction to the Command Control
Show: