WmlMobileTextWriter.IsValidSoftkeyLabel Method (String)

 

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.

Namespace:   System.Web.UI.MobileControls.Adapters
Assembly:  System.Web.Mobile (in System.Web.Mobile.dll)

public virtual bool IsValidSoftkeyLabel(
	string label
)

Parameters

label
Type: System.String

The label to validate.

Return Value

Type: System.Boolean

true 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
Return to top
Show: