HttpCapabilitiesBase.NumberOfSoftkeys Property
.NET Framework 2.0
Returns the number of soft keys on a mobile device.
Namespace: System.Web.Configuration
Assembly: System.Web (in system.web.dll)
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.Community Additions
ADD
Show: