WmlMobileTextWriter.IsValidSoftkeyLabel(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 Mobile Apps & Sites with ASP.NET.
public:
virtual bool IsValidSoftkeyLabel(System::String ^ label);
public virtual bool IsValidSoftkeyLabel (string label);
abstract member IsValidSoftkeyLabel : string -> bool
override this.IsValidSoftkeyLabel : string -> bool
Public Overridable Function IsValidSoftkeyLabel (label As String) As Boolean
Parameters
- label
- String
The label to validate.
Returns
true
if the given string is a valid softkey label for the target device; otherwise, false
.
Remarks
Adapters can use this method to determine whether a label is appropriate for a softkey.