WmlMobileTextWriter.NumberOfSoftkeys Property
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 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.