WmlMobileTextWriter.NumberOfSoftkeys Property

Definition

Returns the number of softkeys supported on the device. The default value is 0. This API is obsolete. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

protected:
 property int NumberOfSoftkeys { int get(); };
protected int NumberOfSoftkeys { get; }
member this.NumberOfSoftkeys : int
Protected ReadOnly Property NumberOfSoftkeys As Integer

Property Value

The number of softkeys supported on the device.

Remarks

Softkeys are special keys that the application can usually map to custom tasks. Softkey text is displayed on the screen in the lower-left and lower-right corners.

Applies to

See also