HttpCapabilitiesBase.NumberOfSoftkeys Property

Returns the number of soft keys on a mobile device.

Namespace: System.Web.Configuration
Assembly: System.Web (in system.web.dll)

'Declaration
Public Overridable ReadOnly Property NumberOfSoftkeys As Integer
'Usage
Dim instance As HttpCapabilitiesBase
Dim value As Integer

value = instance.NumberOfSoftkeys

/** @property */
public int get_NumberOfSoftkeys ()

public function get NumberOfSoftkeys () : int

Not applicable.

Property Value

The number of soft keys supported on a mobile device. The default is 0.

The NumberOfSoftkeys property applies only to WML-compatible mobile devices.

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

Windows 98, Windows Server 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.

.NET Framework

Supported in: 3.0, 2.0

Community Additions

ADD
Show: