WmlMobileTextWriter.IsValidSoftkeyLabel Method (String)
.NET Framework (current version)
Returns whether the given string is a valid softkey label for the target device. 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)
Parameters
- label
-
Type:
System.String
The label to validate.
Return Value
Type: System.Booleantrue if the given string is a valid softkey label for the target device; otherwise, false.
Adapters can use this method to determine whether a label is appropriate for a softkey.
.NET Framework
Available since 1.1
Available since 1.1
Show: