HttpBrowserCapabilitiesWrapper::NumberOfSoftkeys Property

 

Gets the number of softkeys on a mobile device.

Namespace:   System.Web
Assembly:  System.Web (in System.Web.dll)

public:
property int NumberOfSoftkeys {
	virtual int get() override;
}

Property Value

Type: System::Int32

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

.NET Framework
Available since 3.5
Return to top
Show: